.dropmenu {
   position: absolute;
   left:-1500px;
   z-index: 101;
   width: 125px;
   float:left;
   border-width: 1px;
   border-style: solid;
   border-color: #FFFFFF;	
   background-color: #FFFFFF;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
  display:inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display:block;
   width: 125px;
   height:20px;
   padding-top: 2px;
   margin-bottom: 2px;
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
   color: #000000;
   background-color: #CCCCFF;
}
.dropmenu a:hover {
   padding-top: 2px;
   margin-bottom: 2px;
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
   color: #000000;
   background-color: #BBBBFF;
}
