/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/* background-color: #d4cf8f; */
border-style: solid;
border-top: 6px solid transparent;
border-left: 0px solid white;
border-right: 0px solid white;
border-bottom: 0px solid black;

/* border: 0px solid black;
border-bottom-width: 0; */

visibility: hidden;
z-index: 100;
/* background-color: #7D7460; */ /*#5b89c7; */
}

.ddsubmenustyle li a {
display: block;
width: 260px; /*width of menu (not including side paddings)*/
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #431c0c;
background-color: #d4cf8f;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid white;
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
display: inline-block;
width: 260px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
background-color: #706a00;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: white;
}

/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
</style>
