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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin:  0px !important;
padding: 0px !important;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px solid #ACC9AE;
border-bottom:none;
visibility: hidden;
z-index: 100;
background:url(../images/l_mnu_bg.gif) top repeat-x !important;
}

.ddsubmenustyle li a{
display: block;
color: black;
text-decoration: none;
padding: 0px 0px 5px 0px !important;
padding-left:10px !important;
background:url(../images/l_mnu_bg.gif) top repeat-x !important;

}

.ddsubmenustyle li{ /*IE6 CSS hack*/
display:block;
border-bottom:0px solid #ACC9AE !important;
line-height:28px !important;
height:28px !important;
margin:  0px !important;
padding:0px !important;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
display:block !important;
background:url(../images/l_mnu_bg1.gif) top repeat-x !important;
}

/* ######### 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: 8px;
left: 100px;
border: 0;
display:none;
}

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