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

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

.modulesMenu {
  background: #0b6726;
  height: 22px;
  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: 51px;
  color: white;
  font-size: 13px;
  font-weight: bold; 
}


