body { 
  margin: 0px;
  padding: 0px;
}

.menu {
  position: absolute;
  top: 21px;
  width: 480px;
  visibility: hidden;
  background-color: #000000;
  z-index: 1000;
}

.menuitem {
  position: absolute;
  left: 0px; height: 19px; width: 200px;
  background-color: #bede7d;
  color: #3c3c3c;
  font-family: "Trebuchet MS", Tahoma, Arial;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px;
  border-color: #000000;
  z-index: 1000;
}

.menuitemon {
  position: absolute;
  left: 0px; height: 19px; width: 200px;
  visibility: hidden;
  background-color: #90b256;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Arial;  
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 1000;  
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px;
  border-color: #000000;

}

.menuitemon a { text-decoration: none; color: #FFFFFF;   z-index: 1000;}

#menu1 { left:-1px; height: 0px; 
		  top:49px;   z-index: 1000;}
