
/*************************************************************************
*   
*   NAVIGATION STYLE SHEET
*
*   © Mecca via Wall Street 2008
*    
*************************************************************************/

#topnav {
    clear: both;
	margin: 0;
	padding: 0 20px;
	width: 910px;
	height: 35px;
	font-weight: bold;
	color: #fff;
	background: url("../images/bg-nav.gif") repeat-x left top;
	border-bottom: 5px solid #ddd;
}
#topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	height: 35px;
}
#topnav ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 35px;
}
#topnav ul li a {
	margin: 0;
	padding: 10px 14px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#topnav ul li a:hover {
	background: #000 url("../images/bg-nav-current.gif") no-repeat center bottom;
}

/*Active State*/	
body.home #topnav #home,
body.about #topnav #about,
body.events #topnav #events,
body.speakers #topnav #speakers,
body.performers #topnav #performers,
body.sponsors #topnav #sponsors, 
body.tickets #topnav #tickets,
body.contact #topnav #contact {
    background: #000 url("../images/bg-nav-current.gif") no-repeat center bottom;
}
