#dropmenudiv{
  position:absolute;
  border-left:   0px solid black;
  border-right:  1px solid black;
  border-top:    1px solid black;
  border-bottom: 1px solid black;
  font: normal 90% Verdana;
  font-weight: bold;
  z-index:100;
  background-color: #ffe793;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border: 0px solid black;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
  color: #fffab7;
  background-color: #5b4329;
}
