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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively - */
font: 13px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left:0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{ display: block; width: 100px; /*width of menu (not including side paddings)*/ color: #ffffff; background-color: #000; text-decoration: none; padding: 4px 5px 4px 12px; margin: 0 0 0 -10px;}

.ddsubmenustyle li a:hover{
background-color:  #000;
color: #ec008b;
}

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

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