/* Begin CSS Drop Down Menu */


/*#menuh-container
	{
	
	
	top: 36px;
	left: 58px;
	color:#999999;
	}
*/
#menuh
	{
	font-size: 5px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-left:160px;
	_margin-left:90px;
	margin-top:4px;
	/*margin-top:48px;*/
	height:15px;
	/*margin:2em;*/
	/*margin-top: 1em;*/
	
	}
	
#menuh a
	{
	font-size:12px;
	text-align:left;
	display:block;
	/*border: 1px solid #555;*/
	padding-top:3px;
/*	padding-bottom:7px;
*//*	padding-left:10px;*/
/*	white-space:nowrap;
*/	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;*/
	text-decoration:none;
/*	height:20px;*/
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #999999;
	
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(../images/navdown_blue.gif);
*/	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
/*	background-image: url(../images/nav_blue.gif);
*/	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:1px;
	_margin-right:0px;
	/*width:81px;	*//* width of all menu boxes */
	}
	
 ul span.vertical_divider
	{
	background-color:#70B1DE; 
	height:0px;
	margin-right:0px;;
	padding:0px;
	
	}
	
		
#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:180px;
	}
	
	
#menuh ul ul a, #menuh ul ul a:visited
{
	background-color:#999999;
}	


#menuh ul ul a:hover
{
	background-color:#FFFFFF;
}


#menuh ul a, #menuh ul a:visited
{
	color:#FFFFFF;
}	


#menuh ul a:hover
{
	
	color:#0000000;
}	

#menuh ul ul li
{
	border-left:2px solid #999999;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #000000; 
	
	
}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:108;
	}

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;}
