﻿

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px; /*sets sub button gray background width*/

   border-width: 0px;
   border-style: solid;
   border-color: #000000; /* 0=white F=black*/	
   background-color: #d4D4D4; /* sets line border color around sub menus */
}
.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: 145px;/*sets sub button blue width*/;
	padding: 1px;
	margin: 1px;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF; /* F=white 0=black text color sub button before mouseover*/
	background-color: #175796; /*sub button back ground color*/
}
.dropmenu a:hover {
	padding: 1px;
	margin: 1px;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000; /* F=white 0=black text color on hover over*/
	background-color: #B1E7FA; /* B1E7FA=lighter blue mouse over sub button 408ECD=darker blue */
}
