/* ######### Drop Down ULs CSS ######### */

.inmenu{ /*topmost and sub ULs, respectively*/
font: 11px Verdana;
color : white;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 11px Verdana;
margin: 0;
padding: 0px;
position: absolute;
left: 0;
top: 0;
background: #008dc0;
border: 1px solid #F3DFC6;
visibility: hidden;
z-index: 100;
color : white;
width: 190px;
}

.ddsubmenustyle li a{
display: block;
width: 190px;
color: white;
text-decoration: none;
padding: 5px;
}

.ddsubmenustyle li{ /*IE6 CSS hack*/
display: block;
width: 190px;
padding: 2px;
}

.ddsubmenustyle li a:hover{
color: yellow;
text-decoration: underline;
}

.ddsubmenustyle li a:visited{
display: block;
color: white;
text-decoration: none;
padding: 2px;
}

/* ######### 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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
