

.dropmenu { 
	position: absolute; 
	left: -500px; 
	visibility: visible; 
	z-index: 101; 
	float: left; 
	width: 132px; 
	background-color: #bfbfbf; 
	border: solid 1px #000000; }
.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: 130px;

   padding: 1px;
   margin: 1px;
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #ff9;
   background-color: #000000;
}
.dropmenu a:hover {
   padding: 1px;
   margin: 1px;
   font-family: Trebuchet MS;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #D4D4D4;
}
