
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:11px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #333333;
border: 1px solid #666666;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#ffffff; background: url(/Images/header/bg-red2.png);
/*background: black; 
color: white;
*/}

/*Top level menu link items style*/
.ddsubmenustyle li a{
background-color: #333333; color: #fffffff; font-size:11px; font-weight:bold; font-stretch:narrower; text-decoration:none; padding: 4px 5px; border-bottom: 1px solid black; display:block; text-align:center; width:250px;
}

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

.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited{
color:#ffffff;
}


.ddsubmenustyle li a:hover{
background-color: #990000;
color: white;
}
	


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