#menuh
{
	position: relative;
	z-index: 99;
	font-size: small;
	font-family: Verdana, arial, sans-serif;
	float: left;
	margin-top: 0;
	margin-left:2.9em;
 	margin-bottom: 1.9em;
}

#menuh a
{
	text-align: center;
	text-decoration: none;
	display: block;
	border: 1px solid #FF3;
	border-collapse: collapse;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em 0.2em;
	font-weight: bold;
	color: #630;
}

#menuh a:link, #menuh index a:visited, #menuh.index a:active	/* menu at rest */
{
	color: #630;
	background-color:#fff;
	text-decoration: none;
}


#menuh a:hover						/* menu on mouse-over  */
{
	color: #777;
	background-color: #ffc;
	border: 1px solid #FF3;
	text-decoration: none;
}

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(../pics/navdown_orange.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(../pics/nav_orange.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul.wide { width: 22em; }

#menuh ul
{
	list-style: none;
	margin: 0;
	padding: 0 !important;
	float: left;
	width: 8em;
	/* 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 */
	background-color:#fff;
}

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

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

div#menuh li:hover
{
	cursor: default;
	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; }

/* End CSS Drop Down Menu */
