div#header, ul.nav, ul.nav * {
	position: relative;
    outline:none;
	z-index: 100;
}

ul.nav
{
	width: 685px;
	height: 29px;
	
	background-color: black;
	
	margin: 0px;
	padding: 0px 0px 0px 16px;
	
	position: absolute;
	
	top: 319px;
	left: 0px;
	
	list-style: none;
	
	text-transform: uppercase;
	
	font-size: 10px;
	font-weight: bold;
	
	clear: both;
}

ul.nav li
{
	float: left;
    
    margin: 0px;
	
	position: relative;
    
    cursor:pointer;
}

ul.nav li:hover, ul.nav li.sfhover
{
	background-color: #d60369;
}

ul.nav li a
{
	color: #7cdbe4;
	
	text-decoration: none;
	
	display: block;
	
	padding: 8px 10px 8px 10px;
}

ul.nav li ul
{
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	
	background-color: #d60369;
	
	clear: left;
	
	position: absolute;
	
	display:none;
}

ul.nav ul li
{
	float: left;
    
    width:230px;
    
    overflow:auto;
	
	margin: 0px;
	padding: 0 0 0px 0;
}
ul.nav ul.aboutus li
{    
    width:280px;  
}
ul.nav ul.performances li
{
	width: 350px;	
}
ul.nav ul li a
{
	color: white;
	
	white-space: nowrap;
	
	display: block;
}

ul.nav li:hover ul, ul.nav li.sfhover ul
{
	display: block;
}

ul.nav ul li:hover, ul.nav ul li.sfhover
{
	background-color: #f78e22;
}

