/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;

margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
 line-height:25px;



visibility: hidden;

z-index: 100;
}

.ddsubmenustyle li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
background-image: url(LinkBackground.jpg);
display: block;
width: 169px; /*width of menu (not including side paddings)*/
color:#FFFFFF;
text-decoration: none;
padding-left:4px;

border-bottom: 1px solid #B5B5B5;
 
line-height:29px;
height:29px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 174px; /*width of menu (include side paddings of LI A*/

 line-height:29px;
 height:29px;
}

.ddsubmenustyle li a:hover{
background-image:url(LinkHoverBackground.jpg);
}


