.ddsubmenustyle, .ddsubmenustyle ul{
font-family: Arial, Helvetica, sans-serif;
font-size:8pt;
position: absolute;
margin-top:-5px;
list-style-type: none;
border: 1px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background: rgb(30%,30%,30%);
background: rgba(30%,30%,30%,0.5);
text-align:left;
background: rgba(20%,20%,20%,0.4);
background:filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ddsubmenustyle li a{ 
display: block;
width: 300px;
color: #EEEEEE;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid white;
background: rgba(10%,10%,10%,0.8);
}
* html .ddsubmenustyle li{
display: inline-block;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.ddsubmenustyle li a:hover{
background-color: #666666;
color: white;
}
.downarrowpointer{
padding-left: 4px;
border: 0;
}
.rightarrowpointer{
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}