﻿/*
dropnavIGATION --------------------- */

ul#dropnav {
	list-style: none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background-color: #9aa595;
	height:35px;
	width: 960px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#dropnav li {
	display: block;
	float: left;
	height:5px;
	margin-top:5px;
 	}


#dropnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px 8px 15px;
	background-color: #9aa595;
	}
#dropnav li a:hover{
 	color: #fff;
 	background-color: #9aa595;
	text-decoration:none;
 	}

#dropnav li ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin:0;
	line-height:24px;
	overflow:hidden;
	border-bottom: 0;
	}
#dropnav li ul li a:hover{
 	color: #fff;
	background:none;
	text-decoration:none;
 	}


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

/* 2nd and 3rd level menus */
#dropnav li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	width:175px;
	overflow:hidden;
	margin: 0px 0 0 -1px;
	padding: 0;
	height: auto;
	background: #9aa595;
	font-weight:normal;
	border-top: 1px solid #fff;
}

/* 3rd level menus only */
#dropnav ul ul {
	margin: -2em 0 0 150px;
}

/* 2nd and 3rd level menus */
#dropnav li li {
	width: 175px;
	clear:both;
	overflow:hidden;
	border-bottom: 1px solid #fff;
	height: 25px;
}

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

/* 2nd and 3rd level menus */
#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: -999em;
	overflow:hidden;
}

/* This "unhides" the sub-menus (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: #9aa595;
	color:#fff;
}

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

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

/* 2nd level menus only */
#dropnav a.sub {
	background: url(images/arrow-right.gif) right no-repeat;
	background-position:190px 12px;
}