/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
font-size:11px;
font-weight:bold;
display: block;
width: 165px; /*width of menu (not including side paddings)*/
color: #112111;
text-decoration: none;
opacity:0.8;filter:alpha(opacity=80);
background:#efeefe;
height:20px;
padding-left:5px;
padding-top:9px;
padding-bottom:0px;
border-bottom:solid 1px #333;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
font-size:11px;
font-weight:bold;
display: block;
width: 165px; /*width of menu (not including side paddings)*/
color: #112111;
text-decoration: none;
opacity:0.8;filter:alpha(opacity=80);
background:#efeefe;
height:20px;
border-bottom:solid 1px #333;
padding-left:5px;
padding-top:9px;
padding-bottom:0px;
}

.ddsubmenustyle li a:hover{

display: block;
width: 165px; /*width of menu (not including side paddings)*/
color: #fff;
text-decoration: none;
opacity:0.8;filter:alpha(opacity=80);
background:#069;
height:20px;
padding-left:5px;
padding-top:9px;
padding-bottom:0px;
border-bottom:solid 1px #333;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}