#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	float: right;
	width: 743px;
	height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*color: #000000;*/
	background: url(/images/buttonw3.jpg);
	/*background-color: #FFFFFF;*/
	
	}
		
#menuh a
	{
	text-align: center;
	display: inline;
	height: 25px;
	/*color: #000000;*/
/*	border: 1px solid #555;*/
	/*white-space:nowrap;*/
	/*background: url(/images/buttonw2.jpg);*/
	margin:0;
	padding: 0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	float: right;
	width: 90px;
	height: 25px;
    display: inline;
	text-align: center;
	text-decoration: none;
	/*color: #000000;*/
	font-weight: bold;
	font-size: 12px;
	/*text-transform: uppercase;*/
	padding-top: 5px;
	/*background: url(/images/buttonpurple.jpg) no-repeat;*/
	background-color: #FFFFFF;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	float: right;
	width: 90px;
	height: 25px;
    display: inline;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	background: url(/images/buttonpurple.jpg) no-repeat;
	background-color: #FFFFFF;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	background: url(/images/buttonw3.jpg) no-repeat;
	background-color: #FFFFFF;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	height: 25px;
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:90px;
	height:25px;	/* 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;
	height: 25px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	height: 25px;
	z-index:500;
	top:auto;
	display:none;
/*	padding: 1em;
	margin:-1em 0 0 -1em;*/
	}

#menuh ul ul ul
	{
	height: 25px;
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	height: 25px;
	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;}

/* End CSS Drop Down Menu */
