/* nav.css */

/* whitebrown	#FFF1E3 */
/* lightbrown	#BCA894 */
/* mediumbrown	#9A7D60 */
/* darkbrown	#78512C */

#nav {
	width: 159px;
	border-right: 0px dotted #78512C;
	text-indent: 0;
	text-align: left;
	padding: 4px 0 29px 0;
	margin: 6px 4px 0 13px;
	background: url('images/panel.gif') 0 0 no-repeat;
}
#nav div {
	margin: 0;
}
#nav a {
	color: #0B4070;
	font: bold 11px 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	font-size: .0001em;
	text-align: left;
	display: block;
	width: 121px;
	height: 26px;
	margin: 0 9px 0 11px !important;
	background: url('images/nav.gif') 0 0 no-repeat;
}
#nav a span { display: none; }

/* ============== if this is that page ======= */
#about_page #nav #about, 
#news_page #nav #news, 
#schedule_page #nav #schedule, 
#rates_page #nav #rates, 
#race_results_page #nav #race_results, 
#waiver_page #nav #waiver, 
#pictures_page #nav #pictures, 
#rules_page #nav #rules, 
#map_page #nav #map, 
#FAQ_page #nav #FAQ, 
#contact_page #nav #contact, 
#forum_page #nav #forum, 
#links_page #nav #links,
#shop_page #nav #shop {
	width: 159px;
	background: url('images/nail.gif') 132px 0% no-repeat;
}

#menu_top, #menu_btm, #about, #news, #rates, #schedule, #race_results, #waiver, #pictures, #rules, #map, #FAQ, #contact, #links, #shop { /* universal nav button formatting */
	text-align: right;
}

#nav #about a {
	background: url('images/nav.gif') 0% 0 no-repeat;
}
#nav #news a {
	background: url('images/nav.gif') 0% -26px no-repeat;
}
#nav #schedule a {
	background: url('images/nav.gif') 0% -52px no-repeat;
}
#nav #rates a {
	background: url('images/nav.gif') 0% -78px no-repeat;
}
#nav #race_results a {
	background: url('images/nav.gif') 0% -104px no-repeat;
}
#nav #waiver a {
	background: url('images/nav.gif') 0% -130px no-repeat;
}
#nav #pictures a {
	background: url('images/nav.gif') 0% -156px no-repeat;
}
#nav #rules a {
	background: url('images/nav.gif') 0% -182px no-repeat;
}
#nav #map a {
	background: url('images/nav.gif') 0% -208px no-repeat;
}
#nav #FAQ a {
	background: url('images/nav.gif') 0% -234px no-repeat;
}
#nav #contact a {
	background: url('images/nav.gif') 0% -260px no-repeat;
}
#nav #forum a {
	background: url('images/nav.gif') 0% -286px no-repeat;
}
#nav #links a {
	background: url('images/nav.gif') 0% -312px no-repeat;	
}
#nav #shop a {
	background: url('images/nav.gif') 0% -338px no-repeat;	
}



#nav #about a:hover,
#about_page #nav #about a {
	background: url('images/nav.gif') -121px 0 no-repeat;
}
#nav #news a:hover,
#news_page #nav #news a {
	background: url('images/nav.gif') -121px -26px no-repeat;
}
#nav #schedule a:hover,
#schedule_page #nav #schedule a {
	background: url('images/nav.gif') -121px -52px no-repeat;
}
#nav #rates a:hover,
#rates_page #nav #rates a {
	background: url('images/nav.gif') -121px -78px no-repeat;
}
#nav #race_results a:hover,
#race_results_page #nav #race_results a {
	background: url('images/nav.gif') -121px -104px no-repeat;
}
#nav #waiver a:hover,
#waiver_page #nav #waiver a {
	background: url('images/nav.gif') -121px -130px no-repeat;
}
#nav #pictures a:hover,
#pictures_page #nav #pictures a {
	background: url('images/nav.gif') -121px -156px no-repeat;
}
#nav #rules a:hover,
#rules_page #nav #rules a {
	background: url('images/nav.gif') -121px -182px no-repeat;
}
#nav #map a:hover,
#map_page #nav #map a {
	background: url('images/nav.gif') -121px -208px no-repeat;
}
#nav #FAQ a:hover,
#FAQ_page #nav #FAQ a {
	background: url('images/nav.gif') -121px -234px no-repeat;
}
#nav #contact a:hover,
#contact_page #nav #contact a {
	background: url('images/nav.gif') -121px -260px no-repeat;
}
#nav #forum a:hover,
#forum_page #nav #forum a {
	background: url('images/nav.gif') -121px -283px no-repeat;
}
#nav #links a:hover,
#links_page #nav #links a {
	background: url('images/nav.gif') -121px -312px no-repeat;	
}
#nav #shop a:hover,
#shop_page #nav #shop a {
	background: url('images/nav.gif') -121px -338px no-repeat;	
}