#dropmenudiv{
position:absolute;
border-bottom-width: 0;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 2px;
text-decoration: none;
background-color:#202020;
color:#999999;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color:#CCCCCC;
}


a.searchby{
width: 155px;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 2px;
text-decoration: none;
color:#999999;
background:url(/images/downarrow.gif) top right;
background-repeat:no-repeat;
}

a:hover.searchby{
background-color:#000000;
background:url(/images/downarrow_hover.gif) top right;
background-repeat:no-repeat;
}