

#inav {
	width:882px;
	height:22px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/nav_bg.gif) no-repeat;
}

#inav ul {
	padding-left: 24px;
	list-style: none;
	margin: 0;
}

#inav li{
	float:left;
	display:inline;
}

#inav li {position: relative;}

#inav a, #inav h2 {
display: block;
margin: 0;
color: #0095d9;
}

#inav a:hover{
color: #ed174f;
}

#inav h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#inav ul ul {
	padding-top:10px;
	position: absolute;
	width:880px;
	left:-150px;
}

#inav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#inav ul ul,
div#inav ul li:hover ul ul,
div#inav ul ul li:hover ul ul
{display: none;}

div#inav ul li:hover ul,
div#inav ul ul li:hover ul,
div#inav ul ul ul li:hover ul
{display: none;}


ul#subnav {
display: block !important;
}

ul#subnav li {
width:170px;
}

#inav li a{
	height:22px;
	text-decoration:none;
}

#inav li.home a{
	width: 97px;
	background-image:url(../images/home.jpg);
}
#inav li.home a:hover{
	background-image:url(../images/home_over.jpg);
}

#inav li.whats_happening a{
	width: 202px;
	background-image:url(../images/whats_happening.jpg);
}
#inav li.whats_happening a:hover{
	background-image:url(../images/whats_happening_over.jpg);
}

#inav li.vendor_info a{
	width:165px;
	background-image:url(../images/vendor_info.jpg);
}
#inav li.vendor_info a:hover{
	background-image:url(../images/vendor_info_over.jpg);
}

#inav li.tickets a{
	width:137px;
	background-image:url(../images/tickets.jpg);
}
#inav li.tickets a:hover{
	background-image:url(../images/tickets_over.jpg);
}

#inav li.faq a{
	width:112px;
	background-image:url(../images/faq.jpg);
}
#inav li.faq a:hover{
	background-image:url(../images/faq_over.jpg);
}

#inav li.contact_us a{
	width:119px;
	background-image:url(../images/contact_us.jpg);
}
#inav li.contact_us a:hover{
	background-image:url(../images/contact_us_over.jpg);
}

#inav ul ul li a{
background-image:none !important;
}

#nav_bottom {
	padding: 0px;
	margin: 0px;
}
