
body {
	padding: 0;
	margin: 0;
	text-align:center;
}

#sitenav {
	background-color: black;
	width: 100%;
	height: 36px;
}

#sitenav ul a {
	color: white;
	text-decoration: none;
	border-style: none;
}

#sitenav ul {
	margin: 0 auto;
	width: 500px;
}

#sitenav ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

#banner {
	background-color: #666666;
	background-image: url(images/home-banner-bg.gif);
	width: 100%;
	height: 66px;
}

li#nav_info {
	width: 76px;
	height: 29px;
	background-image: url(images/nav_info.gif);
	background-position: 76px 0;
}

#homesection #banner {
	background-color: #666666;
	background-image: url(images/home-banner-bg.gif);
	width: 100%;
	height: 66px;
}

#infosection li#nav_info {
	background-image: url(images/nav_info.gif);
	background-repeat: no-repeat;
	background-position:  0 0;	
}

#infosection #banner {
	background-color: #666666;
	background-image: url(images/info-banner-bg.gif);
	width: 100%;
	height: 66px;
}

#spectatorssection li#nav_spectators {
	background-image: url(images/nav_spectators.gif);
	background-repeat: no-repeat;
	background-position:  0 0;	
}

#spectatorssection #banner {
	background-color: #0066CC;
	background-image: url(images/spectator-banner-bg.gif);
	width: 100%;
	height: 66px;
}

#safetysection li#nav_safety {
	background-image: url(images/nav_safety.gif);
	background-repeat: no-repeat;
	background-position:  0 0;		
}

#safetysection #banner {
	background-color: #666666;
	background-image: url(images/safety-banner-bg.gif);
	width: 100%;
	height: 66px;
}

#entriessection li#nav_entries {
	background-image: url(images/nav_entries.gif);
	background-repeat: no-repeat;
	background-position:  0 0;		
}

#entriessection #banner {
	background-color: #666666;
	background-image: url(images/entries-banner-bg.gif);
	width: 100%;
	height: 66px;
}

#theracesection li#nav_therace {
	background-image: url(images/nav_therace.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
}

#theracesection #banner {
	background-color: #666666;
	background-image: url(images/therace-banner-bg.gif);
	width: 100%;
	height: 66px;
}

li#nav_info:hover {
	background-image: url(images/nav_info.gif);
	background-repeat: no-repeat;
	background-position:  0 0;
}

li#nav_info a {
	width: 76px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_spectators {
	background-image: url(images/nav_spectators.gif);
	width: 125px;
	height: 29px;
	background-position: 125px 0;
}

li#nav_spectators:hover {
	background-image: url(images/nav_spectators.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_spectators a {
	width: 125px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_safety {
	background-image: url(images/nav_safety.gif);
	width: 94px;
	height: 29px;
	background-position: 94px 0;
}

li#nav_safety:hover {
	background-image: url(images/nav_safety.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_safety a {
	width: 94px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_entries {
	background-image: url(images/nav_entries.gif);
	width: 93px;
	height: 29px;
	background-position: 93px 0;
}

li#nav_entries:hover {
	background-image: url(images/nav_entries.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_entries a {
	width: 93px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

li#nav_therace {
	background-image: url(images/nav_therace.gif);
	width: 87px;
	height: 29px;
	background-position: 87px 0;
}

li#nav_therace:hover {
	background-image: url(images/nav_therace.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

li#nav_therace a {
	width: 87px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

/* removes dotted link effect*/
a, a:link, a:visited, a:hover, a:active, input { outline:0; }
