/* Begin CSS Drop Down Menu */



#menuh
	{
	font-family: Georgia,serif;
	float:left;
	margin:auto;
	width:730px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #A6A7D0;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	background:none;
	color:white;
	/*text-align:center;*/
	}
	
#menuh a.top_parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration:underline;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:19em;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border-bottom:1px solid #000;
	text-align:left;
	padding: 0;
	/*HERE IS IE ISSUE*/
	width:100%;
	list-style-image: url("images/listArrow.gif"); 

	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin:0em;
	background: #F1B52A;
	font-size:70%;
	width:220px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	font-size:80%;
	}
	
	


#menuh ul ul li a {
padding: .2em 0em .2em .2em;
}

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 */
