/* Begin CSS Drop Down Menu */

#menuh-container
	{
	/*position: absolute;*/		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/*margin:2em;
	margin-top: 8px;*/
	color: #FFFFFF;
	}
		
#menuh a
	{
	color:				#FFFFFF;/**/
	text-align: left;
	 /*display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 0em; JOHN */
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	/*color: white;
	background-color: royalblue;*/
	display:block;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	/*color:				#3C3C3C;*/
	color:#67AF00;
	text-decoration:	none;
	}	
	
#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.child
{
	/*background-color: #DFDFDF;*/
		margin-top:		0px;
		margin-left: -10px;
		_margin-top: 15px;
		_margin-left: -100px;
		
		width: 100px;
}
#menuh ul.subchild
{
	/*background-color: #DFDFDF;*/
		margin-top:		-5px;
		margin-left: -5px;
}

#menuh ul:hover
	{
	color:#67AF00;
		background-color: #03336A;
		background-image: url('../images/navigation/bottom-hover-shadow.gif');
	}
#menuh ul.firstone
	{
	background-image: url('../images/navigation/nav-first-select.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #003F89;
	/*background-color:red;*/
	list-style:none;
	margin:0;
	padding-left:		10px;
	padding:0;
	float:left;
	/*width:9em;	 width of all menu boxes */
	}
	#menuh ul.firstone:hover
	{
	background-image: url('../images/navigation/nav-first-select-hover.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #003F89;
	/*background-color:red;*/
	list-style:none;
	margin:0;
	padding-left:		10px;
	padding:0;
	float:left;
	/*width:9em;	 width of all menu boxes */
	}
#menuh ul
	{
	background-image: url('../images/navigation/bottom-shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #003F89;
	/*background-color:red;*/
	list-style:none;
	margin:0;
	padding-left:		10px;
	padding:0;
	float:left;
	
	/*width:9em;	 width of all menu boxes */
	}

#menuh li
	{
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	/*background-color: #FFFFFF;*/
	position:absolute;
	background-image: none;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;*/
	margin:-2px 0 0 0;
	text-align: left;
	background-color:	#03336A;
	width:100%;
	padding:10px;
	}
	
#menuh ul ul:hover
	{
	/*background-color: #FFFFFF;*/
	
	background-image: none;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
#menuh  ul ul ul li
	{
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#menuh ul.splitter {
	margin: 0px;
}

#menuh ul.splitter li {
	margin: 0px;
}

#menuh ul.first {
	margin-left:0px;
	background-image: url('../images/navigation/bottom-shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #003F89;
	/*background-color: yellow;*/
}

#menuh ul.last {
	/*background-color: green;
	
	width: 52px;*/margin-left: 120px;
}

#menuh ul.first a {
	padding-left:0;
}

#menuh ul.last a {
	padding-right:0;
}
	
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;}

div#menuh li li
{
	width:	100%;
	color: #FFFFFF;
	margin:5px;
	/*border-bottom: solid thin #fff;
	border-bottom: none;*/
}
div#menuh li li:hover
{
	color: #67AF00;
		/*background-color: #BEBEBE;*/
}
div#menuh li li li
{
	width:	100%;
	color: #FFFFFF;
	margin:5px;
	/*border-bottom: solid thin #fff;
	border-bottom: none;*/
}

div#menuh li li.last a {
	/*border-bottom:  solid thin #3C3C3C;*/
}

div#menuh li li a
{
	padding: 0.3em; /* JOHN */
	/*color:	#3C3C3C;*/
}

/* End CSS Drop Down Menu */
