/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px  Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 175px; /*width of menu (not including side paddings)*/
color: #c25f28;
/*background-color: #000000;*/
background:url(../images5/navBackOff.jpg) bottom repeat-x;
text-decoration: none;
padding: 5px 5px;
/*font-weight:bold;*/
border-top: 1px solid #202020;
border-left: 1px solid #202020;
border-right: 1px solid #202020;
}

.ddsubmenustyle ul li a{
/*background-color: #000000;*/
background:url(../images5/navBackOff.jpg) bottom repeat-x;
border-top: 1px solid #202020;
border-left: 1px solid #202020;
border-right: 1px solid #202020;
}

.ddsubmenustyle ul li ul li a{
background-color: #000000;
border-top: 1px solid #202020;
border-left: 1px solid #202020;
border-right: 1px solid #202020;
}

.ddsubmenustyle ul li ul li ul li a{
background-color: #000000;
color:#d6e6f9;
}

.ddsubmenustyle ul li ul li ul li ul li a{
background-color: #000000;
color:#000000;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 185px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: #131313;*/
background:url(../images5/navBackOn.jpg) bottom repeat-x;
color: #fbac18;
}

#nav_home a:link, #nav_home a:active, #nav_home a:visited{
	background:url(../images5/nav_home_off.gif) no-repeat;
	width:71px;
	height:29px;
	
}

#nav_home a:hover{
	background:url(../images5/nav_home_on.gif) no-repeat;
}

#nav_playsevents a:link, #nav_playsevents a:active, #nav_playsevents a:visited{
	background:url(../images5/nav_playsevents_off.gif) no-repeat;
	width:113px;
	height:29px;
	
}

#nav_playsevents a:hover{
	background:url(../images5/nav_playsevents_on.gif) no-repeat;
}

#nav_tickets a:link, #nav_tickets a:active, #nav_tickets a:visited{
	background:url(../images5/nav_tickets_off.gif) no-repeat;
	width:67px;
	height:29px;

}

#nav_tickets a:hover{
	background:url(../images5/nav_tickets_on.gif) no-repeat;
}

#nav_planvisit a:link, #nav_planvisit a:active, #nav_planvisit a:visited{
	background:url(../images5/nav_planvisit_off.gif) no-repeat;
	width:113px;
	height:29px;
}

#nav_planvisit a:hover{
	background:url(../images5/nav_planvisit_on.gif) no-repeat;
}

#nav_education a:link, #nav_education a:active, #nav_education a:visited{
	background:url(../images5/nav_education_off.gif) no-repeat;
	width:85px;
	height:29px;
}

#nav_education a:hover{
	background:url(../images5/nav_education_on.gif) no-repeat;
}

#nav_support a:link, #nav_support a:active, #nav_support a:visited{
	background:url(../images5/nav_support_off.gif) no-repeat;
	width:102px;
	height:29px;
}

#nav_support a:hover{
	background:url(../images5/nav_support_on.gif) no-repeat;
}

#nav_renttheatre a:link, #nav_renttheatre a:active, #nav_renttheatre a:visited{
	background:url(../images5/nav_renttheatre_off.gif) no-repeat;
	width:129px;
	height:29px;
}

#nav_renttheatre a:hover{
	background:url(../images5/nav_renttheatre_on.gif) no-repeat;
}


#nav_about a:link, #nav_about a:active, #nav_about a:visited{
	background:url(../images5/nav_about_off.gif) no-repeat;
	width:88px;
	height:29px;
}

#nav_about a:hover{
	background:url(../images5/nav_about_on.gif) no-repeat;
}

#nav_opportunities a:link, #nav_opportunities a:active, #nav_opportunities a:visited{
	background:url(../images5/nav_opportunities_off.gif) no-repeat;
	width:101px;
	height:29px;
}

#nav_opportunities a:hover{
	background:url(../images5/nav_opportunities_on.gif) no-repeat;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}