

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 210px;
	
   background-color: #003E6A;
   background: url(fon2.jpg);
}
.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: 200px;

   padding: 4px;
   margin: 0px;
   border-color: #000066 #000066 #004080 #003333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
   font-family: Verdana;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   color: #9999CC;
}
.dropmenu a:hover {
   padding: 4px;
   margin: 0px;
   border-color: #000066 #000066 #004080 #003333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
   font-family: Verdana;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #66CCCC;
   background-color: #1B2E58;
}

