#dropmenudiv{
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  color: green;
  background-color:#f0f0f0;
  z-index:100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color: green;
  background-color:#f0f0f0;
}

#dropmenudiv a:hover{ /*hover background color*/
  background-color: #eeee33;
}

.menu_item{
  display: block;
  width:140px;
/*  width:134px;*/
/*  padding: 0 3px 0 3px; */
  margin: 0 1px 1px 0;
  color:#99fe99;
  color:#fefefe;
  background-color:#388230;
  text-align:left;
  font-size: small;
  font-size: 85%;
}

.menu_item a {
  display: block;
  color:#99fe99;
  background-color:#388230;
  text-align:left;
}

.menu_item a:visited {
  color:#99fe99;
} 

.menu_item a:hover {
  display: block;
  color:#fefefe;
  background-color:#48bb40;
  text-align:left;
}