#container {
background-color: #2B5A1D;
height: 34px;
width: 770px;
}
#dropdowns{
font-size:100%;
}

#dropdowns h2{
position:absolute;
left:-9999px;
width:990px;
}

#dropdowns li{
 /* for IE5 */ 
  display:inline;
  width:100%;
  line-height:1.3em;
  background:none;
  margin:0;
  padding: 0;
  
  /* IE 5 WIN HACK */ 
  voice-family:"\"}\"";
  voice-family:inherit;
  font-size:14px;
  }
/* widths here are for quirks mode. For standards mode, see studiomenu.css in adobe studio*/
/* need to add , #m1l1, #m1l2, #m1l3, #m1l4, #m1l5 to get IE5/Win to work. */
#dropdowns div, #m1l1, #m1l2, #m1l3, #m1l4, #m1l5, #mll6 {
	position:relative; /* absolute; */
	background-color:#E8F8EA;
	z-index:4020;
	top:6px; /* 120 */
	visibility:hidden;
	/* display:block; */
	border:1px #999 solid;
	width:auto;
	float:left;
	left: 8px; /* 126 */

 }

/* Commented backslash hack for IE/Mac. Not needed in standards mode. The backslash character between rules appears to have the effect that macIE5 ignores the following rule. Odd, but extremely useful. \*/
html>body #dropdowns div{
width:123px;
}
/* Recover from backslash hack */
#dropdowns ul{
  margin:0;
  padding:0;
  }
#dropdowns a{
 width:100%;
 display:block;
 color:#000;
 text-decoration:none !important;
 text-align:left;
 padding:0px;
 } 
html>body #dropdowns a{
width:auto;
}
#dropdowns a:hover{
color:#E60000;
background-color:#E8F8EA;
}
/****************** NAV ******************/
#mainnav{   
  position:relative;
  float: bottom;
  width:770px;
  height:32px; /* 24 */
  }
#navbuttons{
  white-space:nowrap;
  position:relative;
  float:right;
  top:5px;
  }
