	*{
		padding: 0px;
		margin: 0px;
		margin-left: 0px;
	}
	ul#topMenu{
		width: 900px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#topMenu li{
		float: left;
		list-style: none;
		list-style-type: none;
	}
	#topMenu li a{
		display: block;
	}
	#topMenu li img{
		border: none;
	}
	
	.gcBtn { 
	margin-left: -8px;	
	}
	
/* HOME */

 #topMenu #home a {
 background: url('/content/global/top_nav/btn_home_off.gif') top;
}
#topMenu #home a:hover {
	background: url('/content/global/top_nav/btn_home_on.gif') top;
}
#topMenu #home a.active {
	background: url('/content/global/top_nav/btn_home_on.gif') top;
}

/* MENU */

 #topMenu #menu a {
 background: url('/content/global/top_nav/btn_menu_off.gif') top;
}
#topMenu #menu a:hover {
	background: url('/content/global/top_nav/btn_menu_on.gif') top;
}
#topMenu #menu a.active {
	background: url('/content/global/top_nav/btn_menu_on.gif') top;
}

/* NUTRITION */

 #topMenu #nutrition a {
 background: url('/content/global/top_nav/btn_nutrition_off.gif') top;
}
#topMenu #nutrition a:hover {
	background: url('/content/global/top_nav/btn_nutrition_on.gif') top;
}
#topMenu #nutrition a.active {
	background: url('/content/global/top_nav/btn_nutrition_on.gif') top;
}

/* LOCATIONS */

 #topMenu #locations a {
 background: url('/content/global/top_nav/btn_locations_off.gif') top;
}
#topMenu #locations a:hover {
	background: url('/content/global/top_nav/btn_locations_on.gif') top;
}
#topMenu #locations a.active {
	background: url('/content/global/top_nav/btn_locations_on.gif') top;
}

/* KIDS */

 #topMenu #kids a {
 background: url('/content/global/top_nav/btn_kids_off.gif') top;
}
#topMenu #kids a:hover {
	background: url('/content/global/top_nav/btn_kids_on.gif') top;
}
#topMenu #kids a.active {
	background: url('/content/global/top_nav/btn_kids_on.gif') top;
}

/* MORE BUENO */

 #topMenu #moreb a {
 background: url('/content/global/top_nav/btn_moreb_off.gif') top;
}
#topMenu #moreb a:hover {
	background: url('/content/global/top_nav/btn_moreb_on.gif') top;
}
#topMenu #moreb a.active {
	background: url('/content/global/top_nav/btn_moreb_on.gif') top;
}

/* COMPANY */

 #topMenu #company a {
 background: url('/content/global/top_nav/btn_company_off.gif') top;
}
#topMenu #company a:hover {
	background: url('/content/global/top_nav/btn_company_on.gif') top;
}
#topMenu #company a.active {
	background: url('/content/global/top_nav/btn_company_on.gif') top;
}

/* CAREERS */

 #topMenu #careers a {
 background: url('/content/global/top_nav/btn_careers_off.gif') top;
}
#topMenu #careers a:hover {
	background: url('/content/global/top_nav/btn_careers_on.gif') top;
}
#topMenu #careers a.active {
	background: url('/content/global/top_nav/btn_careers_on.gif') top;
}

.altContent{
	color: #FF0000;
	clear: both;
	text-align: center;
	padding: 25px;
	padding-top: 10px;
}
.altContent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}