/* Begin CSS Drop Down Menu */

#menuh-container {
	margin-top: 20px;
	position: relative;
	z-index: 100
}
#menuh {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	height: 28px;
	margin-left: 62px;
}
#menuh a {
	display:block;
	white-space:nowrap;
	margin-right:1px;
	padding:6px 28px 6px 28px;
}
.menuh_main a:link, .menuh_main a:visited, .menuh_main a:active {	/* menu at rest */
	text-align: center;
	color: white;
	background-image:url(../images/main_nav_image.gif);
	height: 16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.menuh_main a:hover {					/* menu on mouse-over  */
	text-align: center;
	color: white;
	background-image:url(../images/main_nav_image.gif);
	background-position:0% -28px;
	text-decoration:none;
}
.menuh_sub a:link, .menuh_sub a:visited, .menuh_sub a:active {	/* menu at rest */
	color: #679146;
	background-image:url(../images/sub_nav1.gif);
	background-color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight:normal;
	text-align:left;
}
.menuh_sub a:hover {					/* menu on mouse-over  */
	color: #FFFFFF;
	background-image:url(../images/sub_nav1.gif);
	background-position:0% -28px;
	text-decoration:none;
	font-size: 13px;
	font-weight:normal;
	text-align:left;
}
.menuh_main li.current a {
	background-position:0% -28px;
}
.menuh_sub li.current a {
	background-position:0% 0px;
}
.menuh_sub li.current a:hover {
	background-position:0% -28px;
}
/*#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents 
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
/*#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;/*width:9em;	 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 */
	}
#menuh li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	line-height: 18px;
}
#menuh li li {
	width: auto;
	min-width:150px;
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}

/* End CSS Drop Down Menu */
