/* ######### Drop Down ULs CSS ######### */



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px ;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.mysubmenustyle{ /*topmost and sub ULs, respectively*/
padding:0px;
margin:0px;
}

.ddsubmenustyle li a{
display: block;
width: 150px;
color: white;
font-family:verdana,Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
background-color: #363636;
filter: alpha(opacity=92);opacity:0.92;/*Transparency*/
text-decoration: none;
padding: 2px 5px;
margin:0px;

line-height:170%;
border-bottom: 1px solid white;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color:#eb6f01;
	text-decoration:none;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* ######### Neutral CSS  ######### */

/*.downarrowpointer{ 
padding-left: 4px;
border: 0;
}

.rightarrowpointer{
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;
}