/* CSS Document */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left:0;
visibility: hidden;
margin-top:0px;
list-style-type:none;}

.ddsubmenustyle ul li ul li{
display: block;
float: none;}

.ddsubmenustyle li a{
font: bold 11px verdana;
width: 110px; /*width of sub menus*/
background:#C8C5A6;
border-top:none;
color:#353535;
display: block;
line-height:25px;
padding-left:8px;
text-decoration:none;
border-left: 1px solid #979379; border-right: 1px solid #979379;
border-bottom: 1px solid #979379;}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 110px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color:#353535;
line-height:25px;}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
visibility: hidden;
margin-top:0px;
list-style-type:none;
}

.ddsubmenustyle1 ul li ul li{
display: block;
float: none;}

.ddsubmenustyle1 li a{
font: bold 11px verdana;
width: 160px; /*width of sub menus*/
background:#FFFFFF;
color:#085700;
line-height:25px;
display: block;
text-decoration:none;

}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle1 li a:hover{
background:#D9FDCC;
line-height:25px;}
