@charset "utf-8";
#Navigation {
	margin: 0px;
	padding: 0px;
	float: left;
}
#Navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
#Navigation li {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float: left;
	display: inline;
}
#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	width: 155px;
	display: block;
	text-align: center;
	margin-left: 1px;
	height: 24px;
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-decoration: none;
	font-variant: small-caps;
}
#Navigation a:hover {
	color: #FFFFFF;
	background-image: url(../images/navbutton-mo.gif);
	background-repeat: no-repeat;
}
#Navigation #current {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbutton-current.gif);
	background-repeat: no-repeat;
}
.SubNavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.SubNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.SubNavigation li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active {
	font-size: 13px;
	font-weight: bold;
	color: #0F2972;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px;
	display: block;
	height: 24px;
	background-repeat: no-repeat;
	text-align: center;
	width: 180px;
	background-image: url(../images/bg-subnav-button.gif);
}
.SubNavigation a:hover {
	color: #FFFFFF;
	background-image: url(../images/bg-subnav-button-mo.gif);
	background-repeat: no-repeat;
}
body#about a#nav-about,  
body#management a#nav-management,
body#service a#nav-service,
body#testimonials a#nav-testimonials,
body#featured a#nav-featured,
body#specials a#nav-specials,
body#brands a#nav-brands,
body#sports a#nav-sports,
body#trophy a#nav-trophy,
body#samples a#nav-samples,
body#contact a#nav-contact,
body#service a#nav-service,
body#map a#nav-map,
body#faq a#nav-faq,
body#uniform a#nav-uniform,
body#xenith a#nav-xenith,
body#supporters a#nav-supporters,
body#idot a#nav-idot,
body#hold a#nav-hold {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg-subnav-button-current.gif);
	background-repeat: no-repeat;
}
