#MENU #MENUWISCHER{
   position : absolute;
   top : 0px;
   left : 0px;
   width : 100%;
   background : #FFF;
   z-index : 10;
}
#MENU .capital{
	font-size : 150%;
}
#MENU *{
	margin : 0;
	padding : 0;
}
#MENU ul{
	list-style-type:none;
}
#MENU li{
	line-height:1.8em;
   text-indent:2em;
	font-size : 10pt;
}
#MENU ul.menu-top {
	position : relative;
	top : 0px;
	left : 0px;
	width : 100%;
	background : #FBE2C5;
	color:#000;
}
#MENU .adress{
   display : block;
   position : absolute;
   width : 100%;
   margin-left :2em;
   margin-top :3em;
   line-height : 1.5em;
}

#MENU a,
#MENU a:visited{
	display:block;
	color:#000;
	text-decoration : none;
}

#MENU li:hover,
#MENU a:hover{
	background:#A89C69 ; 	
}

#MENU li.menu-current:hover,
#MENU .menu-current{
	background:#F4AB61; 	
}
#MENU li.menu-current>a:hover{
	background:#F4AB61; 	
}
#MENU .menu-current ul,
#MENU .menu-parent ul,
#MENU .menu-parent,
#MENU li.menu-parent:hover
{
	background:#F9CC99; 	
}
#MENU .menu-parent>a{
	font-weight : bold;
}



#MENU .menu-expand ul li{
	text-indent:3em;
}