#topnavcontainer ul
{
	padding-left: 0;
	margin-left: 0px;
	color: White;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-repeat: repeat-x;
	height: 39px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(nav.png);
	font-weight: bold;
	width: 970px;
}
#topnavcontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#topnavcontainer ul li {
	display: inline;
}

#topnavcontainer ul li a
{
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	float: left;
	color: #FFFFFF;
	padding-bottom: .6em;
}

#topnavcontainer ul li a:hover
{
	background-image: url(sel.png);
}/* CSS Document */
#topnavcontainer ul li a:active {
	background-image: url(nav_f2.png);
	background-repeat: repeat-x;
	color: #CCCCCC;
} 
body#home a#homenav,
body#events a#eventsnav,
body#lineup a#lineupnav,
body#contact a#contactnav,
body#venue a#venuenav,
body#policy a#policynav,
body#links a#linksnav {
	color: #fff;
	background-image: url(nav_f2.png);
	background-repeat: repeat-x;
}

