/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
FONT: 12px Verdana;
font: bold;
padding: 0px;
position: absolute;
margin-top: 0px;
margin-left: 0px;
list-style-type: none;
background: 865222;
border: 1px solid black;
border-bottom-width: 2px;
visibility: hidden;
z-index: 100;
color: white;
}

.ddsubmenustyle li a{
FONT: 12px Verdana;
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: white;
font-weight:bold;
background-color: 633D19;
text-decoration: none;
padding: 4px 2px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
text-decoration: none;
width: 140px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:visited{
background-color: 633D19;
text-decoration: none;
color: white;
}

.ddsubmenustyle li a:hover{
background-color: 865222;
text-decoration: none;
color: black;
}
/* ######### 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*/
border: 0;
float:right;
padding-right: 8px;
}

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