#menuh-container
	{
	position: absolute;		
	top: 115px;
	left: 190px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	float:left;
	padding: 0px;
	width: 800px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 1px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	background-image: url(graphics/navbkgrnd.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
	font-family: Papyrus;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #5E5E00;
	}
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Papyrus;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(graphics/navbkgrnd2.png);
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #595959;
	border-right-color: #999999;
	border-left-color: #747474;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	}
#menuh a.parent:link, #menuh a.parent:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Papyrus;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515100;
	padding-left: 5px;
	background-color: #FFFFCC;
	}
#menuh a.parent:hover 
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Papyrus;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background-color: #FFCC99;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	float:left;
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 105px;
	padding: 0;
	}
#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;
	}

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

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;}.sublink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #A7A77A;
}
