/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background:url(../Images/bgsubnav.gif) repeat-x #ce0809;*/
background-color:#faecdc;
border: 1px solid #ce0809;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
/*filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8;*/

}


.ddsubmenustyle li a{
display: block;
font-size:11px;
width: 160px;
color: #0a4070;
/*background-color: red;*/
text-decoration: none;
padding: 6px 5px;
border-bottom: 1px solid #a51d1c;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #ed9b99;
color: white;
}

/* ######### 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;
right: 2px;
border: 0;
}


