/*Main Navbar */

#nav {
	width: 880px;
	background: url(images/nav.gif) repeat-x;
	font-size: 1em;
	padding: 0;
	margin: 0;
	height: 39px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height:32px;
	}


#nav a:link, #nav a:visited {
	display:block;
	font-weight:bold;
	color: white;
	border-left: 1px solid #82ae41;
	border-right: 1px solid #5f9125;
	width: 80px;
	height:32px;
	text-align: center;
	}

#nav a:active, #nav a:hover, .current_page_item	a, .current_page_parent a, #home .on {
	background: url(images/nav_over.gif) repeat-x;
	display: block;
	text-decoration: none;
	color: black;
	border-left: 1px solid #82ae41;
	border-right: 1px solid #5f9125;
	width: 80px;
	height:32px;
	text-align: center;
	}

#nav li {
	float: left;
	list-style:none;
	}

#nav ul {
	border-bottom: 1px solid #82ae41;
	}


/* Dropdown Menus */
#nav li ul {
	position: absolute;
	left: -999em;
	width: 174px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-bottom: 1px solid #82ae41;
	}

#nav li li {
	width: 174px;
	background: #1F1F1F;
	}

/* Level 2 */

#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	background:#3e3e3e;
	text-decoration:none;
	color: white;
	width: 172px;
	height: 28px;
	text-align: center;
	font-weight:bold;
	}


#nav li li a:hover, #nav li li a:active {
	background:#80b03e;
	text-decoration:none;
	font-size:0.9em;
	color: black;
	width: 172px;
	height:28px;
	text-align: center;
	font-weight:bold;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
	
a.main:hover{
	background:none;
	}
	
/* Level 3 */
#nav ul ul{
	position: absolute;
	right: -174px;
	width: 174px;
	font-weight: bold;
	top: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-top: 1px solid #82ae41;
	border-bottom: 1px solid #82ae41;
	}


#nav li li li a, #nav li li li  a:link, #nav li li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	background:#3e3e3e;
	text-decoration:none;
	color: white;
	width: 172px;
	height: 28px;
	text-align: center;
	font-weight:bold;
	}


#nav li li li a:hover, #nav li li li a:active {
	background:#80b03e;
	text-decoration:none;
	font-size:0.9em;
	color: black;
	width: 172px;
	height:28px;
	text-align: center;
	font-weight:bold;
	}	
	
/* Hidden Hovers */
/* make the second level visible when hover on first level list OR link */
#navbar ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#navbar ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#navbar ul :hover ul :hover ul{ 
visibility:visible;
}

#navbar li {
	position: relative;
}