/* Begin CSS Menu */
#menuh-container
	{

	margin-top: 0;
	width:910px;
	}

#menuh
	{
	font-size: 10px;
	font-weight: bold;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #333;
	background: #565F68;
	border-top: 1px #FFFFFF solid;
	border-bottom : 1px solid #520934;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
/* menu alone, not active */
#menuh a, #menuh a:visited	
	{
	color: #fff;
	background: #565F68;
	text-decoration:none;
	}
	
/* mouse-over menu */
#menuh a:hover	
	{
	color: #fff;
	background-color: #404040;
	}	
			
/* down-arrow on top-parents */
#menuh a.top_parent, #menuh a.top_parent:hover  
	{text-transform: uppercase;
	background-image: url(images/nav_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

/* no down-arrow on top-parents */
#menuh a.top_parent_no, #menuh a.top_parent_no:hover  
	{text-transform: uppercase;
	background-position: left center;
	background-repeat: no-repeat;
	}
	
/* side-arrow on all parents */
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-image: url(images/nav_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0.5em 1em;
	float:left;
	/* width of all menu boxes 
	width:130px;	*/
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	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;
text-transform: uppercase;}

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;
text-transform: uppercase;}

/* End CSS Menu */
