

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	font-size:15px; 
	font-weight: bold;
	margin:0px;
		line-height: 21px;
  text-decoration: none;
	}

#menuh ul ul a
	{
	text-align: left;
	padding-left: 8px;
	}

#menuh li li a:link, #menuh li li a:visited, #menuh li li a:active
	{
	color: white;
	font-size:11px;
	line-height: 12px;
  background-color: #434242;
  padding-bottom: 5px;
  padding-top: 4px;
	}

#menuh li li li a:link, #menuh li li li a:visited, #menuh li li li a:active
	{
	font-size:11px;
	line-height: 12px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	line-height: 21px;
	font-size:11px;
  padding-bottom: 0px;
  padding-top: 0px;
	}
	
	
#menuh li li a:hover	/* menu at mouse-over  */
	{
	color: black;
  background-color: white;
	text-decoration:none;
  padding-bottom: 5px;
  padding-top: 4px;
	}		
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
  background-color: #FFFFFF;
	text-decoration:none;
  padding-bottom: 0px;
  padding-top: 0px;
	}	
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
  background-color: #FFFFFF;
	}
#menuh a._selected, #menuh a.end_selected  /* attaches down-arrow to all top-parents */
	{
	color: #000000;
  background-color: #FFFFFF;
	}
#menuh a._selected_next  /* attaches down-arrow to all top-parents */
	{
  margin-left: -3px;
	}
#menuh a.top_parent_selected  /* attaches down-arrow to all top-parents */
	{
	color: #000000;
  background-color: #FFFFFF;
	}
#menuh a.end:hover  /* attaches down-arrow to all top-parents */
	{
  background-color: #FFFFFF;
	}

	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
  background-color:white;
	}

#menuh ul
	{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width: 90px;
	}


#menuh ul ul {
	width:90px;
		margin:0px;
	padding:0px;
}	
	
#menuh ul ul ul
	{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:105px;	/* 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
	{
	position:absolute;
	z-index:3;
	top:21px;
	left: 0px;
	display:none;
	padding: 0px;
	margin: 0px;
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	z-index:3;
	}

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 */
div#menuh li li a._selected{
	color: #000000;
  background-color: #CCCCCC;
}
div#menuh li li a:hover._selected{
	color: #000000;
  background-color: #FFFFFF;
}
div#menuh li li a.parent_selected{
	color: #000000;
  background-color: #CCCCCC;
}
div#menuh li li a:hover.parent_selected{
	color: #000000;
  background-color: #FFFFFF;
}
div#menuh li li li a._selected{
	color: #000000;
  background-color: #CCCCCC;
}
div#menuh li li li a:hover._selected{
	color: #000000;
  background-color: #FFFFFF;
}
