#bannerBackground {
  background: url(../images/proTourBanner.gif) no-repeat; 
}

.modulesMenu {
  background: #0b6726;
  height: 22px;
  margin-top: 0px;
}

/* Hack to prevent two pixel horizontal line in FF on Mac. */
.mac.gecko .modulesMenu {
  background: #0b6726;
  height: 24px;
  margin-top: 0px;
}

.modulesMenu ul {
  padding: 0px 10px 0px 15px;
}

.modulesMenuTab a {
  background: url(/images/tabLeftGray.gif) no-repeat left top;   
}

.modulesMenuTab a span {
  background: url(/images/tabRightGray.gif) no-repeat right top;  
}  

/* The x-coordinate starting position for the league ID depends on the
   the size of the league ID and is therefore a configurable environment parameter */
#leagueId {
  position: absolute;
  top: 52px;
  color: white;
  font-size: 14px; 
  font-weight: bold; 
}

/* Styles for optional hole sponsors marquee */
.holeSponsorsMarquee {
  color: white;
  font-size: 16px;
}

.holeSponsorsMarquee a:link {color: white}
.holeSponsorsMarquee a:visited {color: white}
.holeSponsorsMarquee a:active {color: white}
.holeSponsorsMarquee a:hover {color: white}