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