.ddsubmenustyle, .ddsubmenustyle ul { 
font : bold 13px Arial; 
color : #fff; 
margin : 0; 
padding : 0; 
position : absolute; 
left : 0; 
top : 0; 
list-style-type : none; 
visibility : hidden; 
z-index : 100; 
border-left : 1px solid #333; 
border-right : 1px solid #333; 
border-top : 1px solid #333; 
} 
.ddsubmenustyle li a { 
display : block; 
width : 170px; 
color : #fff; 
text-decoration : none; 
padding : 5px 5px; 
border-bottom : 1px solid #333; 
background : url(../images/submnbg.gif) repeat-x; 
} 
* html .ddsubmenustyle li { 
display : inline-block; 
width : 170px; 
} 
.ddsubmenustyle li a:hover { 
background : url(../images/submnhover.gif) repeat-x; 
color : white; 
} 
.downarrowpointer { 
padding-left : 4px; 
border : 0; 
} 
.rightarrowpointer { 
position : absolute; 
padding-top : 1px; 
left : 100px; 
border : 0; 
} 
.ddiframeshim { 
position : absolute; 
z-index : 500; 
background : transparent; 
border-width : 0; 
width : 0; 
height : 0; 
display : block; 
} 

