#menuh-container
	{
	width:100%;
	height:38px;
	border-top:1px solid #9c9898;
	background:#C3C3C3 url('../siteimages/nav_bar.jpg') repeat-x top center;	
	}

#menuh
	{
	width:100%;
	float:left;
	/*padding: 14px 0;*/
	padding: 5px 0 5px 2px;
	margin-left: 0;
	font-weight: bold;
	font-size:8.5pt;
	font-family:verdana;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
		
#menuh li a					
	{
	color:#d0d0d0;
	padding: 10px 9px;
	margin: -2px 0 2px 0;
	border-top:none;
	border: 1px solid transparent;
	text-align: center;
	text-decoration: none;
	white-space:nowrap;
	}
	
#menuh li a#current
{
	color: #858383;
	border-top:none;
	border: 1px solid silver;
	background: #d0d0d0;
}	
	
#menuh a					
	{	
	display:block;
	}

#menuh li a:link { color: #d0d0d0; }
#menuh li a:visited { color: #d0d0d0; }

#menuh li a:hover
{
	color: #858383;
	border: 1px solid silver;
	background: #d0d0d0;
}	
	
#menuh li li a:link, #menuh li li a:visited, #menuh li li a:active	/* menu at rest */
	{
	color: #858383;
	border: 1px solid silver;
	border-top: 1px solid #ffffff;
	background: #d0d0d0;
	text-decoration:none;
	text-align:left;
	}
	
#menuh li li a:hover						/* menu on mouse-over  */
	{
	color: #858383;
	border: 1px solid silver;
	border-top: 1px solid #ffffff;
	background: #c4c4c4;
	text-align:left;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width: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 ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

#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;
}

/* End CSS Drop Down Menu */

