/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; margin:0; padding:0; position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100; font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:Verdana
}

.ddsubmenustyle li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
font-family:Verdana; font-size:10pt; font-weight:bold; border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-style:solid; border-bottom-width:1; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:4px
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #006600;
color: #FFFFFF;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0px none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}