#nav 
{
width: 638px; 
height: 35px;
background: url(/themes/DiscoTheme/images/common/dnc_mp_nav_static.gif);
background-repeat: no-repeat;
margin: 0px; 
padding: 0;
position: relative;
z-index: 1000;
}

#nav dd 
{
margin: 0; 
padding: 0; 
list-style: none;
position: absolute; 
top: 0; 
background-image: url(/themes/DiscoTheme/images/common/dnc_mp_nav_rollover.gif);
background-repeat: no-repeat; 
text-indent: -200em;
}

#nav a.ir 
{
background: url(/themes/DiscoTheme/images/common/dnc_mp_nav_static.gif) 0px 0px no-repeat;
display: block; 
height: 35px;
}

#nav dt 
{
position: absolute;
top: -200em;
} 

dd#schedule {left: 0px; width: 159px;}
dd#theater {left: 159px; width: 115px;}
dd#club-djs {left: 274px; width: 88px;}
dd#links {left: 363px; width: 58px;}
dd#gallery {left: 421px; width: 85px;}
dd#contact {left: 506px; width: 112px;}

dd#schedule, #schedule .ir {background-position: -0px 0px;}
dd#theater, #theater a.ir {background-position: -159px 0px;}
dd#club-djs, #club-djs a.ir {background-position: -274px 0px;}
dd#links, #links a.ir {background-position: -363px 0px;}
dd#gallery, #gallery a.ir {background-position: -421px 0px;}
dd#contact, #contact a.ir {background-position: -506px 0px;}

#nav a.ir:hover {background: transparent none;}

#nav dd#schedule ul {margin-left: 19px;}
#nav dd#contact ul {right: 7px; left: auto;}

#nav ul {list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	font-weight: normal;
	padding-bottom: 0px;
	position: absolute;
	top: -200em;
	width: 132px;}

#nav li {	width: 100%; text-indent: 0!important;
			position:relative; 
			background: #3D3D3D;
			padding:3px 3px 3px 3px;
			border-right: 1px solid #000; 
			border-left: 1px solid #000;
			border-bottom: 1px solid #000000;
			z-index: 1000;}
			
#nav ul.schedule {margin-left: 20px;}		

#nav li:hover, #nav li.IEhover {z-index: 10000; }
/*#nav li ul { left: 13em; font-weight: normal; }*/

#nav li a {
		padding-bottom:5px;
		padding-top:5px;
	    padding-left: 5px;
		padding-right:5px;		
		color: #DDDDDD; 
		font-size: 12px; 
		text-decoration: none; 
		font-family: Arial; 
		font-weight: normal;}

/* * html #nav li a {height:1%;}*/

#nav li a:hover {font-weight: normal;
	text-decoration: none; 
	color: #fff;
}

	#nav dd:hover>ul  { top: 35px; }
	#nav li:hover>ul { top: -3px; z-index: 100000; }
	#nav dd.IEhover ul.ddesc, #nav dd ul.closeing { top: 35px; }
	#nav li.IEhover ul.ddesc, #nav li ul.closeing { top: 0; z-index:100000; }

