/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 15px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 2px 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom:#3d6d6e 6px solid;
}

.ddsubmenustyle li a{
display: block;
min-width: 210px; 
color: #fff;
background:url(submenu-bg.png);
text-decoration: none;
padding: 4px 10px;
border-bottom: 1px solid #518181;
text-align:left;
display:block;
}

* 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: black;
color: #000;
}

/* ######### Neutral CSS  ######### */


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

}