/* Begin CSS Drop Down Menu */

#menuh-container
	{
	/*position: absolute;*/		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	float:left;
	/*margin:2em;*/
	margin-top: 8px;
	}
		
#menuh a
	{
	text-transform:		uppercase;
	color:				#B3B3B3;
	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:				#FFFFFF;
	text-decoration:	none;
	text-transform:		uppercase;
	}	
	
#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:	#333333;
	margin-top:			0px;
}



#menuh ul
	{
	/*background-color:red;*/
	list-style:none;
	margin:0;
	margin-left:		20px;
	padding:0;
	float:left;
	/*width:9em;	 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 */
	}

#menuh ul ul
	{
	background-color: #FFFFFF;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;*/
	margin:-2px 0 0 0;
	text-align: left;
	}

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

#menuh ul.first {
	margin-left:0px;
	/*background-color: yellow;*/
}

#menuh ul.last {
	/*background-color: green;*/
}

#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
{
	color:	#3C3C3C;
	border-bottom: solid thin #474747;
	/*border-bottom: none;*/
}
div#menuh li li:hover
{
		color: #FFFFFF;
}


div#menuh li li.last a {
	/*border-bottom:  solid thin #3C3C3C;*/
}

div#menuh li li a
{
	padding: 0.3em; /* JOHN */
	color:	#B3B3B3;
}
#sociallinks {float: left;padding: 0 0 0 40px;}
#sociallinks a {color:#ffffff;background: url("/img/socialmedia/hltwitter.gif") no-repeat scroll left center transparent;display: inline-block;margin: 0 0 0 10px;padding: 10px 10px 10px 30px; font-size: 95%;}
#sociallinks a#facebooklink {background-image: url("/img/socialmedia/hlfacebook.gif");}
/* End CSS Drop Down Menu */

