/* Begin CSS Drop Down Menu */


#menuh-container
	{
	width: 400px;
	}

#menuh
	{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:right;
	color: #000000;
	}
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 5px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #342B2C;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #666666;
	color: #184C88;
	}
	
#menuh a.parentServices, #menuh a.parentServices:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #666666;
	color: #FF0000;
	}
	
#menuh a.parentEmployment, #menuh a.parentEmployment:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #666666;
	color: #FF0000;
	}
	
#menuh a.parentContact, #menuh a.parentContact:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #666666;
	color: #FF0000;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 90px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    horizontal-align: left; /* Sophie Dennis contribution for IE7 */
	text-align: left;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:950;
	top:auto;
	display:none;
	padding: 0px;
	margin:-1em 5 0 -1em;
	width: auto;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	background-color: #FFFFFF;
	}

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 */
