.afimenu{
width: 160px;
clear: left;
position: relative; 
}

.afimenu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 1px solid #ffffff;
}

.afimenu ul li a{
background: #000000 url(/bulletlist.gif) no-repeat 3px center; 
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;
border-bottom: 3px solid #ffffff;
}

* html .afimenu ul li a{ /*IE6 hack*/
width: 155px;
}

.afimenu ul li a:visited, .afimenu ul li a:active{
color: #ffffff;
}

.afimenu ul li a:hover, .afimenu ul li a.selected{
color: white;
background-color: #f06e22;
}



.afibw li a{
background: #000000;
color: white;
}

.afibw li a:hover{
background: #f06e22;
color: white;
}