#dropmenudiv{
position:absolute;
border:1px solid silver;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
margin-top:18px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 20px;
border-bottom: 1px solid silver;
padding: 1px 0;
text-decoration: none;
height:40px;
line-height:40px;
color:#868686;
background:url(/site/styles/images/menu_tall.gif) top repeat-x top;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
text-decoration:underline;
color:#000000;
}
