/* Begin CSS Drop Down Menu */

#menuh-container{
	position: absolute;		
	top: 0px;
	left: 0px;
	
}

#menuh{
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	float:left;
	margin:0px;
}
		
#menuh a{
	text-align: center;
	display:block;
	border:solid 1px #FFFFFF;
	white-space:nowrap;
	margin:0;
	padding: 7px 0 0 5px;
	height:22px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */{
	color: white;
	background-color:#7fae43;
	text-decoration:none;
}


	
#menuh a:hover /* menu on mouse-over  */{
	color: #ffffff;
	background-color:#a4c275;
	text-decoration:none;
}

#classifieds a:hover, #jobs a:hover /* menu on mouse-over  */{
	color: black;
	background-color:#FFFF99;
	text-decoration:none;
}		
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */{
	background-position: right center;
	background-repeat: no-repeat;
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */{
	background-position: right center;
	background-repeat: no-repeat;
}

#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 */
}
	
#Home{width:160px;}
#Information{width:160px;}
#Attractions{width:160px;}
#Exhibits{width:160px;}
#Sponsors{width:160px;}
#Contact{width:160px;}
	

#menuh li{
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
			/* Sophie Dennis contribution for IE7 */
}

#menuh ul ul{
	z-index:1;
	top:auto;
	display:none;
	padding: 1px;
	margin:-1px 0 0 -1px;
}

#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; width:159px;}


/* End CSS Drop Down Menu */
