#dropmenudiv
{
  border              : 1px solid #595959;
  border-bottom-width : 0;
  font                : normal 12px arial;
  line-height         : 18px;
  position            : absolute;
  z-index             : 100;
}

#dropmenudiv a
{
  border-bottom   : 1px solid #595959;
  color           : #595959;
  display         : block;
  font            : normal 12px arial;
  font-weight     : normal;
  padding         : 1px 0;
  text-decoration : none;
  text-indent     : 3px;
  width           : 100%;
}

#dropmenudiv a:hover
{ 
  background-color : #b4b4b4;
  color            : #ffffff;
  font             : normal 12px arial;
}