#dropmenudiv{
  position:absolute;
  border:1px solid #666666;
  border-bottom-width: 0;
  font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size:10px;
  line-height:13px;
  z-index:100;
  }

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #999999;
  padding: 5px 0;
  text-decoration: none;
  color:#666666;
  background: #EEEEEE;
  }

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E7E7E7;
color: #AD0300;
}
