#menuh-container
	{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	}

#menuh
	{
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FDB333;
	}
		
#menuh a
	{
	text-align: center;
	display: block;
	white-space: nowrap;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #527CA7;
	border-right-color: #527CA7;
	border-bottom-color: #527CA7;
	border-left-color: #527CA7;
	padding-top: .5em;
	padding-right: 0.3em;
	padding-bottom: .5em;
	padding-left: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #43668A;		/* royal blue */
	text-decoration: none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #FDB333;	/* cornflowerblue */
	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(images/MenuBarDown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style: none;
	margin: 0;
	float: left;
	width: 11em;	/* width of all menu boxes */
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	/* 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 ul li ul li a {
	text-align: left;
	padding-left: 3px;
}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	text-align: left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
#menuh ul #menuhHome a {
	background-color: #FDB333;
	color: #FFF;
}
#menuh ul #menuhTrain a {
	background-color: #FDB333;
	color: #FFF;
}
#menuh ul #menuhBPP a {
	background-color: #FDB333;
	color: #FFF;
}
#menuh ul #menuhJob a {
	background-color: #FDB333;
	color: #FFF;
}
#menuh ul #menuhSAPsupport a {
	background-color: #FDB333;
	color: #FFF;
}
#menuh ul #menuhFAQ a {
	background-color: #FDB333;
	color: #FFF;
	text-transform: none;
}
#menuh ul #menuhHome a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #43668A;	/* cornflowerblue */
	text-decoration: none;
	}	
#menuh ul #menuhTrain a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #43668A;	/* cornflowerblue */
	text-decoration: none;
	}	
#menuh ul #menuhBPP a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #43668A;	/* cornflowerblue */
	text-decoration: none;
	}	
#menuh ul #menuhJob a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #43668A;	/* cornflowerblue */
	text-decoration: none;
	}	
#menuh ul #menuhSAPsupport a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #43668A;	/* cornflowerblue */
	text-decoration: none;
	}	


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 */
#menuh li.tenPercent {
	width: 10%;
}
