.ddsubmenustyle, .ddsubmenustyle ul{
font: normal 10.5px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #656565;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 250px; 
color: #656565;
background-color: white;
text-decoration: none;
padding: 3px 3px 3px 3px;
border-bottom: 1px solid #656565;
}

* html .ddsubmenustyle li{ 
display: inline-block;
width: 225px; 
}

.ddsubmenustyle li a:visited{
color: #656565;
}

.ddsubmenustyle li a:hover{
background-color: #9f5650;
color: #ffffff;
text-decoration:none;
}

.downarrowpointer{}
.rightarrowpointer{}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}