/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */


#menu
	{
	float:left;
	line-height:normal;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	width: 100%;
	}
		
#menu a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	color: #FCFCF6;
	}

#menu a:hover span, #menu a.selected span {
	background-position:100% -38px;
	color: #464E06;
}
	
#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	color: #FFF;
	text-decoration:none;
	filter:alpha(opacity=95);
	opacity:0.95;
	/*position:absolute;*/
	z-index:550;
	}
	
#menu a:hover						/* menu on mouse-over  */
	{
	color: #8D980D;
	text-decoration:none;
	}	
	
#menu a.parent  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	text-decoration:none;
	/*position:absolute;*/
	z-index:550;
	text-align: center;
	font-weight: bold;
	width: 75px;
	padding-right: 1.2em;
	padding-left: 1.2em;
	}
	
#menu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	text-align: center;
	font-weight: bold;
	}
	
#menu a.parent_h  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	text-decoration:none;
	/*position:absolute;*/
	z-index:550;
	text-align: center;
	font-weight: bold;
	width: 60px;
	padding-right: 1.2em;
	padding-left: 1.2em;
	}
	
#menu a.parent_h:hover 	/* attaches side-arrow to all parents */
	{
	text-align: center;
	font-weight: bold;
	color: #294909;
	text-decoration:none;
	}	
	
#menu a.parent_2  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	text-decoration:none;
	/*position:absolute;*/
	z-index:550;
	text-align: center;
	font-weight: bold;
	width: 90px;
	padding-right: 1.2em;
	padding-left: 1.2em;
	}
	
#menu a.parent_2:hover 	/* attaches side-arrow to all parents */
	{
	text-align: center;
	font-weight: bold;
	}	

#menu ul
	{
	list-style:none;
	margin:0;
	float:left;	/* width of all menu boxes */	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	padding-top: 0;
	padding-right: .3em;
	padding-bottom: 0;
	padding-left: .3em;
	}

#menu li
	{
	margin:0;
	padding:0;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;
}

.sub{
	width: 14.25em;
	background-color: #294909;
}

.sub_2{
	width: 14.25em;
	background-color: #3E700E;
}
