#hmpuh-container
	{
	position: absolute;
	top: 10.13em;
	left: .99em;
	

	}

#hmpuh
	{
	font:small arial, helvetica, sans-serif;
	width:100%;

	margin:2em;
	margin-top: 1em;
		background-image:url(images/nav_button.gif);
	background-repeat:repeat-x;	
	}
		
#hmpuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-top: 0.6em;
		height:1.8em;
		}
	
#hmpuh a:link, #hmpuh a:visited, #hmpuh a:active	/* hmpu at rest */
	{
	color: white;
	background-image:url(images/nav_button.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	}
	
#hmpuh a:hover						/* hmpu on mouse-over  */
	{
	color: white;
	background-image:url(images/nav_button2.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	}	
	
#hmpuh a.top_parent #hmpuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image:url(images/nav_button.gif);
	background-repeat:repeat-x;
	background-position: right center;

		}
#hmpuh a.parent, #hmpuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image:url(images/nav_button2.gif);
	background-repeat:repeat-x;
	background-position: right center;
	}
#hmpuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8.63em;	/* width of all hmpu boxes */
	/* NOTE: For adjustable hmpu boxes you can comhmpt out the above width rule.
	However, you will have to add padding in the "#hmph a" rule so that the hmpu boxes
	will have space on either side of the text -- try it */
	}

#hmpuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;	
		/* Sophie Dennis contribution for IE7 */
	}

#hmpuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#hmpuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#hmpuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#hmpuh li:hover ul ul,
div#hmpuh li li:hover ul ul,
div#hmpuh li li li:hover ul ul,
div#hmpuh li li li li:hover ul ul
{display:none;}

div#hmpuh li:hover ul,
div#hmpuh li li:hover ul,
div#hmpuh li li li:hover ul,
div#hmpuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
