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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin: 0; 
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type:none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align:right;
}

.ddsubmenustyle li a{
display: block;
width: 210px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
text-decoration: none;
padding: 4px 15px;
font-weight: normal;
background:url(../images/link.gif) no-repeat right;
}

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

.ddsubmenustyle li a:hover{
font-weight:bold;
background:url(../images/link_over.gif) no-repeat right;
text-decoration:none;
}

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