/* Begin CSS Drop Down Menu */
#menuh
	{
	vertical-align: bottom;
	font-family: arial, helvetica, sans-serif;
	/*font-size: 12px;	*/
	/*width:100%;*/
	float:left;
	/*margin:2em;*/
	padding-left:0px;
	width: 600px;
	height: auto;
	}
		
#menuh a
	{
	text-align: left;	
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-size: 12px;
	font-weight: normal;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;		
	}
#menuh a.small_parent, #menuh a.small_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-size: 9px;
	font-weight: normal;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	}
#menuh a.small_parentx, #menuh a.small_parentx:hover  /* attaches down-arrow to all top-parents */
	{
	padding-left:250px;
	font-size: 9px;
	font-weight: normal;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	}	
	.small_parent  /* attaches down-arrow to all top-parents */
	{
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: bottom;		
	}	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	font-size: 12px;
	font-weight: normal;		
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	float:left;
	/*width: expression( this.scrollHeight < 36 ? "35px" : "1px" ); /* sets min-height for IE */	
	/*width:2em;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;			
	}

#menuh li
	{
	/*position:relative;*/
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	padding-right: 13px;
	}

#menuh ul ul
	{
	font-weight: normal;	
	background-color:#8BA6BC;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;	
	position:absolute;
	z-index:500;
	top:35px;
	left:18px;	
	display:none;
	padding: 5px;
	margin:-1em 0 0 -1em;
	}

#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 */

