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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
position: absolute;
list-style-type: none;
background: #9e025c;
visibility: hidden;
z-index: 100;
margin-bottom:10px;

}

.ddsubmenustyle li a{
display: block;
width: 169px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #58585a;
text-decoration: none;
border: 1px solid #747475;
padding: 8px;
}

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

.ddsubmenustyle li a:hover{
background-color: #e3d6ab;
color: #58585a;
}

.ddiframeshim{
position: absolute;
z-index: 100;
border-width: 0;
width: 112px;

}

/*.ddsubmenustyle2 ul{ 
font: normal 10px Arial;
position: absolute;
list-style-type: none;
background: #9e025c;
visibility: hidden;
z-index: 100;
margin-bottom:10px;

}

.ddsubmenustyle2 li a{
display: block;
width: 169px; 
color: #fff;
background-color: #58585a;
text-decoration: none;
border: 1px solid #747475;
padding: 8px;
}

.ddsubmenustyle2 li a:hover{
background-color: #e3d6ab;
color: #58585a;
}

.ddsubmenustyle2 li{ 
display: inline-block;
}*/



