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

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

.ddsubmenustyle {
padding: 0;
margin: -4px 0px 0px -5px;
border:1px solid #686868;
border-top:none;
}

.ddsubmenustyle li a{
background:url(/images/marker_sub_menu.gif) no-repeat 10px 9px;
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
width: 160px;
color: #444444;
text-decoration:underline;
padding: 0px 5px 0px 20px;
line-height:24px;
font-weight:normal;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color: white;
text-decoration:none;
padding:0px 20px 0px 5px;
background:url(/images/marker_sub_menuh_hvr.gif) no-repeat right 9px #8d8d8d;

}

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

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