@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
#menuh-container
	{
	position: relative;		
	/*top: 1em;
	left: 1em;*/
	margin-left:0px;
	margin-top:0px;
	z-index:850;
	/*background-color:#000000;*/
	
	}

#menuh
	{
	/*font-size: small;*/
	font-family: arial, helvetica, sans-serif;
	width:880px;;
	float:left;
	/*background-color:#000000;*/
	margin-left:0px;
	padding-left:200px;
	padding-top:4px;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a
	{
	font-size:14px;
	text-align:left;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited	/* menu at rest */
	{
	color: #ffffff;
	font-size:14px;
	/*background-color: royalblue;*/
	text-decoration:none;
	font-weight:bold;
	}
#menuh a:active {
font-size:14px;
 	color: #ffffff;
	/*background-color: #000000;*/
	text-decoration:none;
 }
	
#menuh a:hover						/* menu on mouse-over  */
	{
	font-size:14px;
	color: #ffffff;
	/*background-color: #facb03;*/
	background-color: #0010e0;
	text-decoration:none;
	}	
	
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(../newwebsite/css/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	color: #ffffff;
	/*background-color: #facb03;*/
	background-color:transparent;
	font-size:14px;
	margin-left:0px; 
	margin-right:16px;
	}
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(../newwebsite/css/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	color: #ffffff;
	/*background-color: #facb03;*/
	background-color: #0010e0;
	font-size:14px;
	/*background-color:transparent;*/
	margin-left:0px; 
	margin-right:16px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	/*background-image: url(../newwebsite/css/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	text-align: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
	{
	font-size:14px;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align:left;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;*/
	margin:0;
	/*margin:-1em 0 0 -1em;*/
	background-color:#000;
/*	border:1px solid #fff;*/
	text-align:left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	margin:0;
	z-index:570;
	text-align:left;
	}
#menuh ul ul ul .moveUp {
	position:relative;
	margin-top:-224px;
}
#menuh ul ul .rightArrow {
	/*background-image:url(file://///Station-0/d/_Web_Sites/Clients/LangleyMcDonald-DW/images/r_arrow_up2.gif);
	background-position:right;
	background-repeat:no-repeat;*/
}
#menuh ul ul .rightArrow:hover {
	/*background-image:url(file://///Station-0/d/_Web_Sites/Clients/LangleyMcDonald-DW/images/r_arrow_up2.gif);
	background-position:right;
	background-repeat:no-repeat;*/
}
div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li li:hover
	{
	cursor:pointer;
	z-index:100;
	color:#3b5186;
	background-color:#000000;
	}

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;}

<!--[if lte IE 7]>
div#menuh li li li li:hover ul ul ul {
	display:none;
	}
<![endif]-->

/* End CSS Drop Down Menu */

