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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
top: 0;
margin-left:0px !important;
margin-left:-20px;
list-style-type: none;
background: #f1f1f1;
border: 1px solid #dfdfdf;
border-bottom-width:0px;
visibility: hidden;
z-index: 100;
width:130px;
}

.ddsubmenustyle li a{
display: block;	
background-color: #f1f1f1;
padding: 4px 10px;
width: 134px !important;
width: 156px;
color:#056cb9;
border-bottom: 1px solid #dfdfdf;
}

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

.ddsubmenustyle li a:hover{
background-color: #fff;
text-decoration:underline;
}

/* ######### Neutral CSS  ######### */


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