/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:  14px Cambria;
margin:0;
padding: 0;
position: absolute;
left: 10px;
top: 10px;
list-style-type: none;
background:#CCCCCC;
border: 1px solid #669900;
line-height:25px;
border-bottom-width: 1px;
visibility: hidden;
z-index: 100;
margin-left:20px;

}
.ddsubmenustyle li a{
display: block;
font-size:14px;

width: auto;
color: #fff;
background-color: #76923c;
text-decoration: none;
padding: 1px 8px;
border-bottom: 1px solid #B4B4B4;
}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;

}

.ddsubmenustyle li a:hover{
background-color:#99CC00;
color: #000;
font-size:14px;

}

/* ######### Neutral CSS  ######### */
/*CSS for "down" arrow image added to top menu items*/
.downarrowpointer{ 
padding-left: 1px;
border: 0;
}

/*CSS for "right" arrow image added to drop down menu items*/
.rightarrowpointer{ 
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

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