#nav ul {
	width: 641px;
	height: 25px;
	margin: 0 0 0 290px;
	padding: 0;
	list-style: none;
	z-index: 501;
	position: relative;
	line-height: normal;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#nav a {
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	text-indent: -5000px;

}

#nav a.entertainment, #nav a.entertainment_current {
	background: url(../images/nav/entertainment.gif) no-repeat left top;
	width: 146px;
}

#nav a.shows_sales, #nav a.shows_sales_current {
	background: url(../images/nav/shows_sales.gif) no-repeat left top;
	width: 145px;
}

#nav a.competitions, #nav a.competitions_current {
	background: url(../images/nav/competitions.gif) no-repeat left top;
	width: 146px;
}

#nav a.food, #nav a.food_current {
	background: url(../images/nav/food.gif) no-repeat left top;
	width: 79px;
}

#nav a.festival_info, #nav a.festival_info_current {
	background: url(../images/nav/featival_info.gif) no-repeat left top;
	width: 125px;
}


#nav a.entertainment:hover, #nav a.shows_sales:hover, #nav a.competitions:hover, #nav a.food:hover, #nav a.festival_info:hover {
	background-position: right -25px}

#nav a.entertainment_current, #nav a.shows_sales_current, #nav a.competitions_current, #nav a.food_current, #nav a.festival_info_current {
	background-position: right bottom}
	

#nav a.volunteer  {
	display: block;
	width: 150px;
	height: 33px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	background: url(../images/nav/volunteer_login.jpg) no-repeat center top;
	margin-top: -17px;
	margin-left: 10px;
}

#nav a.volunteer:hover  {
	text-decoration: underline;
}


/* SIDE NAV ****************************************************** */

#sidenav ul {
	margin: 0;
	padding: 0;
}

#sidenav li {
	font-size: 13px;
	line-height: 34px;
	height: 34px;
	border-bottom: 1px solid #D1D3D4;
}

#sidenav a,#sidenav a:link, #sidenav a:visited {
	display: block;
	color: #808285;
	padding-left: 15px;
	height: 34px;
}

#sidenav a:hover, #sidenav a.current {
	color: #fff;
	background: url(../images/sidenav_hover_repeatx.gif) repeat-x left center;
	text-decoration: none;
	font-weight: bold;
}
