/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
margin:0 !important;
padding: 0 !important;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #f1e3c6;
visibility: hidden;
z-index: 100;
border:1px solid #5F4842;
display:block;
}
.ddsubmenustyle li{ display:block; margin:0px !important; padding:0px !important;margin-top:-1px;
margin-bottom:-1px; }
.ddsubmenustyle li a{
display: block;
width: 149px; /*width of menu (not including side paddings)*/
color: black;
background-color: #f1e3c6;
text-decoration: none;
padding: 4px 5px;
border-bottom:1px solid #5F4842;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 149px; /*width of menu (include side paddings of LI A*/
text-decoration: none;
}

.ddsubmenustyle li a:hover{
background-color: #CF873F;
color: white !important;
text-decoration: none;
}

.ddsubmenustyle li a:visited{
color: black;
text-decoration: none;
}

/* ######### 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: 5px;
padding-right: 5px;
line-height:35px;
_margin-top:5px !important;
left: 148px !important;
_left:95px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
