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



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin:0px;  
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 1000000;
background-color:#FFFFFF; 
border-top: 0;
padding: 0px;
border-top-color:#D2D2D2;
border-top-style:solid;
border-top-width:1px;
}

.ddsubmenustyle li {
    background:none;
	border-left-color:#D2D2D2;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#D2D2D2;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#D2D2D2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0px;
	margin: 0px;
}



.ddsubmenustyle li a{

list-style-type: none; 

font-family: Tahoma;

font-size: 11px;

display: block;

width: 160px;

color: #b8010e;

padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;

text-decoration:none;

line-height:15px;

}



* html .ddsubmenustyle li a{ /*IE6 CSS hack*/

display: inline-block;

}



.ddsubmenustyle li a:hover{

color: white;

text-decoration:none;

background-color:#680303;
margin:0px;

}



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



.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/

padding-left: 0px;

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: 50000;

background: transparent;

border-width: 0;

width: 0;

height: 0;

display: block;

}
