#esgMenu {
	position:relative;
	margin:0;
	padding:0;
}

#esgMenu span {
	display:none;
}

#esgMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#esgMenu li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#SubMenu {
	width:193px;
	height:129px;
	color:#ffffff;
	padding-left:95px;
	padding-top:30px;
	background:url(../layout-images/SubMenu-bg.jpg) no-repeat;
	position:relative;
	font-size:16px;
	line-height:19px;
}


#SubMenu a:link {
	color: #ffffff;
	text-decoration: none;
}

#SubMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}


#SubMenu a:hover {
	text-decoration: underline;
	color: #f8d534;
}


.menuButton {
	float:left;
	background-repeat: no-repeat;
	background-position:0 0;
	height:35px;
}


.menuButton:hover {
	background-position: 0 -35px;
}

.menu-home {
	width:98px;
	background:url(../layout-images/menu/menu_home.gif);
}

.menu-about {
	width:110px;
	background:url(../layout-images/menu/menu_about.gif);
}
	
.menu-athletes {
	width:133px;
	background:url(../layout-images/menu/menu_athletes.gif);
}

.menu-visitors {
	width:115px;
	background:url(../layout-images/menu/menu_visitors.gif);
}

.menu-volunteers {
	width:149px;
	background:url(../layout-images/menu/menu_volunteer.gif);
}

.menu-tickets {
	width:119px;
	background:url(../layout-images/menu/menu_tickets.gif);
}

.menu-media {
	width:111px;
	background:url(../layout-images/menu/menu_media.gif);
}

.menu-opening {
	width:165px;
	background:url(../layout-images/menu/menu_opening.gif);
}

#home .menu-home, #about .menu-about, #athletes .menu-athletes, #visitors .menu-visitors, #volunteers .menu-volunteers, #tickets .menu-tickets, #media .menu-media, #opening .menu-opening 
	{background-position:0 -35px;}
	
.about #SubMenu .sub-about, .committee #SubMenu .sub-committee, .sponsors #SubMenu .sub-sponsors, .contact #SubMenu .sub-contact, .athletes #SubMenu .sub-athletes, 
.visitors #SubMenu .sub-visitors, .schedule #SubMenu .sub-schedule, .lodging #SubMenu .sub-lodging, .dining #SubMenu .sub-dining, .maps #SubMenu .sub-maps,
.volunteers #SubMenu .sub-volunteers, .signup #SubMenu .sub-signup, .volContact #SubMenu .sub-volContact,
.tickets #SubMenu .sub-tickets,
.media #SubMenu .sub-media, .profiles #SubMenu .sub-profiles, .clippings #SubMenu .sub-clippings, .opening #SubMenu .sub-opening { color:#f8d534; text-decoration:none;}
