

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index:1111;
   float: left;
   width: 100px;

   border-width: 1px;
   border-style: solid;
   border-color: #000000;	
   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: 100px;

   padding: 1px;
   padding-bottom: 4px;
   padding-top: 4px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 10px;
  /* font-weight: normal;  */
   text-decoration: none;
}

.subheader {
	font-weight: bold;
	}

.subheader a, .subheader a:visited, .subheader a:active {
   color: #000000;
   background-color: #66CCFF;
   text-align: center;
   font-weight:bold;
}

.subsub a, .subsub a:visited, .subsub a:active {
   color: #000000;
   background-color: #AAE5FF;
   text-align: center;
}

.dropmenu a:hover {
   padding: 1px;
   padding-bottom: 4px;
   padding-top: 4px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 10px;
/*   font-weight: normal; */
  /*text-decoration: none; */
}

.subheader a:hover {
   color: #000000;
   background-color:#0099FF;
   font-weight: bold;
}

.subsub a:hover {
   color: #000000;
   background-color: #2BBDFF;
   text-align: center;
}

