

.dropmenu {
	position: absolute;
	left: -1500px;
	visibility: visible;
	z-index: 101;
	float: left;
	width: 123px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #9CF;
}
.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: 119px;
	padding: 1px;
	margin: 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #9CF;
}
.dropmenu a:hover {
   padding: 1px;
   margin: 2px;
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #EAEAEA;
}
