#menuh-container	{
	position: relative;		
	top: 0em;
	left: 0em;
}

#menuh	{
	font-family: Verdana,"Segoe UI",Helvetica,sans-serif;
	font-variant: small-caps;
	font-size: small;
	width: 702px;
	float: left;
/*	display: block;*/
	background-color: black;
/*	letter-spacing: -1px;*/
}
		
#menuh a	{
/*	text-align: center;*/
	background-image: url(../arts/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	margin: 0 0 0 1px;
	padding-left: 6px;
}
#menuh a, #menuh a:visited	{
	color: #1d4902;
	background-color: #fae49c;
	text-decoration: none;
/*	border-right: 1px solid black;*/
}
#menuh a:hover	{
	color: white;
	background-color: #510E03;
	background-image: url(../arts/nav_whiteOnRed.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#activeQ	{
	color: white;
	background-color: black;
	background-image: url(../arts/nav_whiteOn.gif);
	background-position: right center;
	background-repeat: no-repeat;
}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(../arts/nav_white.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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
}

#menuh ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 117px; 	/* menu boxes' width */
}

#menuh li	{
	position: relative;
   min-height: 1px; 	/* IE7 miatt */
	vertical-align: bottom; /* IE7 miatt */
}

#menuh ul ul	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
/*	padding: 1em;
	margin: -1em 0 0 -1em;*/
	font-variant: normal;
	font-size: x-small;
	width: 170px;
	background-color: black;
	margin: 0 0 0 0px;
/*	border-left: 1px solid black;*/
	border-right: 1px solid black;
}

#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;}