/* 
dropnavIGATION --------------------- */
 
ul#dropnav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight:bold;
	background:#4e6f00;
	height:100%;
	
	}
	
#dropnav li {
	display: block; 
	float: left;
	margin:0 0;
	height:28px;
 	}


#dropnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 17px 5px 17px;
	margin:0;
	border-bottom: 0;
	}
#dropnav li a:hover{
 	color: #fff;
	background:#4E6F00;
 	}
	
#dropnav li ul li a {
	display: block;
	color:#690;
	text-decoration: none;
	margin:0;
	line-height:18px;
	border-bottom: 0;
	}
#dropnav li ul li a:hover{
 	color: #333;
	background:none;
 	}


/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level#dropnavs */
#dropnav li ul {
	position: absolute;
	z-index: 99;
	left: -999px;
	width:200px;
	margin: 0px 0 0 0px;
	padding: 0;
	height: auto;
	border: solid #C7C7C7;
	border-width: 1px 1px 0;
	background: #F9F9F9;
	font-weight:normal;
	
}

/* 3rd level#dropnavs only */
#dropnav ul ul {
	margin: -24px 0 0 350px;
	margin-left:200px;
}

/* 2nd and 3rd level#dropnavs */
#dropnav li li {
	width: 200px;
	clear:both;
	border-bottom: 1px solid #DBDBDB;
	
}

#dropnav li li a{
	 padding:5px 5px 0 5px;
	 margin:0;
}

/* 2nd and 3rd level#dropnavs */
#dropnav ul a {
	border-right: 0;
}

#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul {
	left: -999px;

}

/* This "unhides" the sub#dropnavs (left: -999em is what hides them) */
#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul, #dropnav li li li.sfhover ul {
	left: auto;
}

#dropnav li:hover, #dropnav li.sfhover {
	background: #575757;
	color:#6C7942;
}

/* 2nd and 3rd level#dropnavs */
#dropnav ul li:hover, #dropnav ul ul li:hover, #dropnav ul li.sfhover, #dropnav ul ul li.sfhover {
	background: #e8e8e8;
}

/* 2nd and 3rd level#dropnavs */
#dropnav ul li a, #dropnav ul ul li a {
	background: none;
	}

/* 2nd level#dropnavs only */
#dropnav a.sub {
	
	background-position:190px 12px;
}
