    #nav {
	display: block;
	list-style-type: none;
	padding: 6px 0px 0px;
	margin-top: 0px;
    }

    #nav li {
	position: relative;
	margin: 0;
	height: 30px;
	float: left;
    }

    #nav ul {
	display: block;
	list-style-type: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 30px;
    }

    #nav li:hover ul {
	visibility: visible;
    }

    /* by letting the LI's in the drop-downs float, the surrounding UL won't take
       up any vertical room. Floats are pulled out of the flow and only impact
       inline-level elements. Since all of the inline content is inside of floats,
       the surrounding blocks shrink up and take no room. */
    #nav ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #006633;
	border-right: 1px solid #006633;
	border-left: 1px solid #006633;
	background-color: #7AD82C;
    }

#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 10px;
	line-height: 18px;
	height: 24px;
	padding-bottom: 8px;
	padding-top: 10px;
    }
#nav li a:hover {
	color: #000000;
    }
#midmenuwrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}	
#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	height: 16px;
	margin-left: 5px;
}
#nav ul li a:hover {
	background-color: #0DA8D4;
	color: #FFFFFF;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */	

    #nav ul li.last {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #7AD82C;
	border: 1px solid #006633;
    }

