.navigation {
	background:url('../images/nav-rust-bar.png') no-repeat;
	position:absolute; top:185px;
	float:left;
	list-style-type: none;
	height: 60px;
	width:1024px;
	padding: 0px;
	margin: 0px;
	z-index: 6;
}

.navigation li {	
	padding: 0px 0px 0px 27px;
	display:block;
	float:left;
	height: auto;
	margin: 0px;
}

.navigation li a {	
	margin: 0px;
	position:relative; left:30px; top:13px;
	height: 29px;
}

#dropnav ul, li {
	margin: 0;
	padding: 0;
	position: relative;
}
		
#dropnav a {
	color: #9d0817;
	display: block;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 95%;
	min-width: 95px;
 	width: 100%; 
	text-decoration: none;
	padding:0px;
	margin:0px;
	position:relative; left:0px;
}
			
#dropnav a:hover {
	color:#000000;
}
			
#dropnav .has-sub:hover ul {
	display: block;
	position:relative; left:-20px; top:4px;
}
			
#dropnav .has-sub ul {
	display: none;
	min-width: 100%;
	text-align: left;
		/* IE7 */
		*width: 100%;
}


#dropnav .has-sub ul li a {
position: relative; top:19px;
	display: block;
	padding: 10px;
	text-align: left;
	height:auto;
	margin:0px 0px 1px 0px;
		background-image: none;
		background-color:rgba(225, 222, 207, 1)
}


.tickets {
	width:79px;
	height:29px;
}
.tickets a {
	background:url('../images/nav-tickets-off.png') no-repeat;
	width:79px;
}
.tickets a:hover {
	background: url('../images/nav-tickets-on.png') no-repeat;
	width:79px;
}	


.artists {
	width:75px;
	height:29px;
}
.artists a {
	background:url('../images/nav-artists-off.png') no-repeat;
	width:100px;
}
.artists a:hover {
	background: url('../images/nav-artists-on.png') no-repeat;
	width:100px;
}
	
	
.festfun {
	width:87px;
	height:29px;
}
.festfun a {
	background:url('../images/nav-festfun-off.png') no-repeat;
	width:87px;
}
.festfun a:hover {
	background: url('../images/nav-festfun-on.png') no-repeat;
	width:87px;
}	


.map {
	width:44px;
	height:29px;
}
.map a {
	background:url('../images/nav-map-off.png') no-repeat;
	width:44px;
}
.map a:hover {
	background: url('../images/nav-map-on.png') no-repeat;
	width:44px;
}	


.sponsors {
	width:98px;
	height:27px;
}
.sponsors a {
	background:url('../images/nav-sponsors-off.png') no-repeat;
	width:98px;
}
.sponsors a:hover {
	background: url('../images/nav-sponsors-on.png') no-repeat;
	width:98px;
}


.community {
	width:115px;
	height:29px;
}
.community a {
	background:url('../images/nav-community-off.png') no-repeat;
	width:115px;
}
.community a:hover {
	background: url('../images/nav-community-on.png') no-repeat;
	width:115px;
}

	
.volunteer {
	width:108px;
	height:29px;
}
.volunteer a {
	background:url('../images/nav-volunteer-off.png') no-repeat;
	width:108px;
}
.volunteer a:hover {
	background: url('../images/nav-volunteer-on.png') no-repeat;
	width:108px;
}



.faq {
	width:43px;
	height:29px;
}
.faq a {
	background:url('../images/nav-faq-off.png') no-repeat;
	width:43px;
}
.faq a:hover {
	background: url('../images/nav-faq-on.png') no-repeat;
	width:43px;
}


.store {
	width:61px;
	height:29px;
}
.store a {
	background:url('../images/nav-store-off.png') no-repeat;
	width:61px;
}
.store a:hover {
	background: url('../images/nav-store-on.png') no-repeat;
	width:61px;
}


.contact {
	width:87px;
	height:29px;
}
.contact a {
	background:url('../images/nav-contact-off.png') no-repeat;
	width:87px;
}
.contact a:hover {
	background: url('../images/nav-contact-on.png') no-repeat;
	width:87px;
}

	
.noshow {
	display:none;
}