

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
  /* width: 127px;  */

   border-width: 0px;
   border-style: none;
   border-color: white;
   background-color: white;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;

}



.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: inline;
   width: 125px;

   padding: 3px;
   margin: 2px;
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: white;
   background-color: #0033FF;
}
.dropmenu a:hover {
   padding: 3px;
   margin: 2px;
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #4E9258;
   background-color: white;
}

