.top_nav {
	height: 63px; 
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#nav {
	width: 990px;
	height: 63px;
	clear:both;
	position: absolute;
	top: 0px;
	left:0px;
	background:url(/images/topnav.jpg) no-repeat top left;
	}

#nav li {
	display: inline;
	}
#nav a:link, #nav a:visited {
	display: block;
	position: absolute;
	height: 63px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0px;
	 :-moz-any-link:focus;
	 outline: none;
	}
	
/* ----- Nav Defaults ------ */
#events a:link, #events a:visited, .selected {
	width: 102px;
	left: 37px;
	}
#concerts a:link, #concerts a:visited {
	width: 124px;
	left: 139px;
	}
#about a:link, #about a:visited {
	width: 135px;
	left: 264px; 
	}
#pitroad a:link, #pitroad a:visited {
	width: 129px;
	left: 399px;
	}
#store a:link, #store a:visited {
	width: 92px;
	left: 528px;
	}
#news a:link, #news a:visited {
	width: 91px;
	left: 620px;
	}
#race_weekends a:link, #race_weekends a:visited {
	width: 121px;
	left: 712px;
}
#tickets a:link, #tickets a:visited {
	width: 117px;
	left: 833px;
}


	
/* ----- Nav Hover ------ */
#events a:hover {
	background: url(/images/topnav.jpg) no-repeat -37px -63px;
	}
#concerts a:hover {
	background: url(/images/topnav.jpg) no-repeat -139px -63px;
	}
#about a:hover {
	background: url(/images/topnav.jpg) no-repeat -264px -63px;
	}
#pitroad a:hover {
	background: url(/images/topnav.jpg) no-repeat -399px -63px;
	}
#store a:hover {
	background: url(/images/topnav.jpg) no-repeat -528px -63px;
	}
#news a:hover {
	background: url(/images/topnav.jpg) no-repeat -620px -63px;
	}
#race_weekends a:hover {
	background: url(/images/topnav.jpg) no-repeat -712px -63px;
}
#tickets a:hover {
	background: url(/images/topnav.jpg) no-repeat -833px -63px;
}

/* ----- Nav Selected ------ */
#events a.selected:link, #events a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -37px -63px;
	}
#concerts a.selected:link, #concerts a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -139px -63px;
	}
#about a.selected:link, #about a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -264px -63px ;
	}
#pitroad a.selected:link, #pitroad a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -399px -63px;
	}
#store a.selected:link, #store a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -528px -63px;
	}
#news a.selected:link, #news a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -620px -63px;
	}
#race_weekends a.selected:link, #race_weekends a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -712px -63px;
	}
#tickets a.selected:link, #tickets a.selected:visited {
	background: url(/images/topnav.jpg) no-repeat -833px -63px;
	}
	
