/* Style Sheet for LCRR Menu */

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;

   border-width: 0px;
   border-style: solid;
   border-color: #525545;	
   background-color: #525545;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}

/* Regular display */
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 158px;

   padding: 4px;
   margin: 1px;
   font-family: Times New Roman;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #525545;
   background-color: #CAD1AA;
}

/* Hover-over display */
.dropmenu a:hover {
   padding: 4px;
   margin: 1px;
   font-family: Times New Roman;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #636754;
   background-color: #F9FFE2;
}
