/* new CSS layout */

/* Begin CSS Drop Down Menu */
#menuh-container
	{
    margin-bottom: 0.6em;
	}

#menuh
	{
	-moz-box-sizing : border-box;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: 0;
	width: auto;
/*	height: auto;*/
	/*float:left;*/
	margin:0em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FDFD77;
	/*background-image: url('obr/back-menu-item.gif');*/
	background-repeat:repeat-y;

	}
		
#menuh a
	{
	text-align:left;
	text-indent: 0.6em;
	display: block;
	border: 0px solid #555;
	white-space: nowrap;
	margin: 0px;
	padding: 0.0px;
	padding-left: 0.0em;
	padding-right: 1em;
	padding-bottom:0.0em;
	background-color: #FDFD77;
 /* border-right: 1px solid #4963D7;*/
	/*border-bottom: 1px solid #EFEFEF;	*/
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #003179;
/*	background-color: white;/*#EE1C23;*/
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #4963D7;
	background-color: #FFFFFF;
	}	
			
#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;
	}
	
#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: auto/12em;	/* width of all menu boxes */
	background-image: url('obr/back-menu-item.gif');
	background-repeat:repeat-y;
	}

#menuh li
	{
	  position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
   	background-image: url('obr/back-menu-item.gif');
	  background-repeat:repeat-y;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	padding-right: 0em;
	margin:0em 0 0 0em;
	width: auto/20em; /*8.15em;*/
/*        border-bottom: 1px solid #EFEFEF;		*/
	border: 1px solid #fffcb4;
	}

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