#menu{
	margin: -12px 0 0 0;
	float:left;
}
#menu ul li ul li a{
	font:11px/16px arial,helvetica,sans-serif;
	color: #444;
	display:block;
	white-space:nowrap;
	margin: 0 0 0 0;
	padding: 3px 0 0 25px;
	background:#fdde69;
	width:184px;
	text-decoration: none;
	text-align: left;
}
#menu ul li ul li a:hover{
	color: #000;
	text-decoration: none;
	background: #fac41a url('../img/list_arrow.jpg') no-repeat 3px 4px;
}
#menu ul li a h2{
	font:lighter 11px/16px arial,helvetica,sans-serif;
	text-transform: uppercase;
	color: #fff;
	display:block;
	white-space:nowrap;
	text-align: center;
	background: #eee url('../img/button_bg.jpg') repeat-x;
	height:20px;
	width:129px;
	margin: -10px 0 0 0;
}
#menu ul li h2:hover{
	background: #fff url('../img/button_bg_o.jpg') repeat-x;
	color: #000;
}
#menu ul li h2.is_active{
	background:url('../img/button_bg_o.jpg') repeat-x;
}
#menu ul li a.naturstamm h2{
	background:url('../img/button_bg_n.gif') repeat-x;
}
#menu ul li a.naturstamm:hover h2{
	background:url('../img/button_green.gif') repeat-x;
}
#menu ul li {
	list-style:none;
	margin: 0;
	padding: 0;
	float:left;
	width:129px;
}

#menu li{
	position:relative;
}
#menu ul ul{
	margin: 0 0 0 -11px;
	padding: 0 19px 11px 11px;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border: 0;
	background: url('../img/flyout_shadow.png') repeat-y bottom left;
	width: 200px;
}
#menu ul li ul {
}
#menu ul li ul li ul {
	border-top: 0px;
}
#menu ul ul ul{
	margin: 0;
	padding: 0;
	top:0;
	left:100%;
}
div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */
/* End CSS Popout Menu */
/* BEGIN Style for stupid IE */
* html #menu-h li a {
	line-height: 15px;
}
* html #menu ul {
	margin-top: 9px;
	padding-top: 0px;
}
* html #menu ul ul {
	margin: 0 0 0 -75px;
	background: url('../img/flyout_shadow.gif') repeat-y bottom left;
}
/* END Style for stupid IE */

/* BEGIN Style for motherf***ing IE7 */

*+html #menu-h li a, *+html #main_navi li h2 {
	line-height: 15px;
}
*+html #menu ul {
	margin-top: 12px;
}
*+html #menu ul ul {
	margin: 0 0 0 -75px;
}
/* END Style for motherf***ing IE7 */