#nav_container {
	background-color: #41610b;
	border-top: 1px solid #ffffff;
	vertical-align: middle;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:900;
}

#nav a.menu_parent, a.menu_parent:visited,a.menu_parent:active {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;
	background-color: #41610B;
	background-repeat: no-repeat;
	padding-left: 5px;
}
#nav a.menu_parent:hover {
	display: block;
	color: #ddf1bd;
	font-weight: bold;
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;
	padding-left: 5px;
	background-repeat: no-repeat;
	
}
#nav a.menu_root, a.menu_root:visited,a.menu_root:active {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;
}
#nav a.menu_root:hover {
	display: block;
	color: #ddf1bd;
	font-weight: bold;
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;
}

#nav a.menu_child, a.menu_child:visited,a.menu_child:active {
	display: block;
	width: 20em;
	color: #41610b;
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;	
}

#nav a.menu_child:hover {
	display: block;
	width: 20em;
	color: #f1f8e6;
	background-color: #41610b;	
	font-size: 0.9em;
	font-family: arial;
	text-decoration: none;
	line-height: 16px;	
}


#nav a {
	display: block;

}


#nav li.menu_root { /* all list items */
	float: left;
	background-color: #41610b;
	padding-left: 5px;
	border-right: 1px solid #FFFFFF;	
	z-index:900;	
}

#nav li { /* all list items */
	float: left;
	background-color: #ffffff;
	
	z-index:900;	
}
#nav li.menu_parent { /* all list items */
	float: left;
	background-color: #41610b;
	border-right: 1px solid #FFFFFF;	
/*
	background-image: url(/templates/images/menu_parent_background.png);
	background-repeat: no-repeat;
*/
}
#nav li.menu_child { /* all list items */
	float: left;
	background-color: #f1f8e6;
	border-bottom: 1px solid #41610b;
	border-left: 1px solid #41610b;
	border-right: 1px solid #41610b;		
	z-index:900;	
 	width: 18em;	
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #f1f1f1;
	z-index:920;
	width: 18em;		
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:900;	
}

#content {
	clear: left;
	color: #ccc;
}
