.afisubmenu, .afisubmenu ul{ 
font: normal 12px Verdana;
margin: 0;
padding: 0px 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: black;
border: 1px solid white;
border-bottom-width: 0px;
border-top-width: 0px;
visibility: hidden;
z-index: 100;
}

.afisubmenu li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: #ffffff;
text-decoration: none;
padding: 3px 2px;
border-bottom: 1px solid white;
border-top: 0px solid white;
}

* html .afisubmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.afisubmenu li a:hover{
background-color: #f06e22;
color: white;
}

.downarrowpointer{ 
padding-left: 4px;
border: 0;
}

.rightarrowpointer{
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}