
#menuh
	{
	font-size:small;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
/*	border-width:6px 0px 0px 0px;
	border-style:solid;
	border-color:#fff; */
	color:#fff;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-right:2px solid #fff;
	white-space:nowrap;
	margin:0;
	padding:0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#fff;
	background-color:#f18231;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu on mouse-over  */
	{
	color:#fff;
	background-color:#ff9900;
	text-decoration:none;
	}

#menuh a:link.nav_on, #menuh a:visited.nav_on, #menuh a:active.nav_on
	{
	background-color:#ff9900;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:124px;	/* 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
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	padding-bottom: 0px;		/* GAB undo stylesNew.css */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul li ul li a
	{
	border:1px solid #fff;		/* GAB border for submenus */
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	padding-bottom: 0px;		/* GAB undo stylesNew.css */
	}

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 */
