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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: -2px 0px 0px 2px ;
padding: 0px 0px 0px 0px;
position: absolute; 
left: 0px;
top: 0px;
list-style-type: none;
/*background: white;*/
border: solid 0px #b2020b ;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}




.ddsubmenustyle li a{ position: relative;
display: block; font-size:13px;
width: 222px; /*width of menu (not including side paddings)*/
color: black;
background-color: #a9dcf2;  -webkit-border-radius: 8px !important;-moz-border-radius: 8px !important;border-radius: 8px !important;
text-decoration: none; 
padding: 6px 6px 8px 10px; margin:2px 0px 2px 0px; 
border-bottom: 1px solid  #00225a;
}

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

.ddsubmenustyle li a:hover{
background-color: #005cae;
color: #fcf7e9;
font-weight: bold; text-decoration:none;
}

/* ######### 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: 118px;
border: 0;
}

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