@charset "UTF-8";
/* CSS Document */
.menu {
	z-index:90;
	font-size:0.8em;
	height:100%;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0px;
	/* [disabled]background-color: #FF0; */
}

/* Grundeinstellung des menu ul */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;		/* Buttonbreite  */
	height:100%;
	/* [disabled]position:relative; *//*border:1px solid #f3f;*/
	/* [disabled]background-color: #F0F; */
}

.menu li {
	height:1.9em;	/* Button Abstand */
	width: 100%;
	/* [disabled]visibility: inherit; */
}
.menu h1 {
	background-color: #5FB74D;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-family: "Comic Sans MS";
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.3em;
	margin: 0px;
	color: #930;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #FFF;
	/* [disabled]width: 98%; */
	/* [disabled]height: 1.3em; */
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* IE tables */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* Darstellung der Buttons */
.menu a, .menu a:visited {
	font-family:"Comic Sans MS";
	display:block;
	text-decoration:none;
	line-height:1.6em;
	width:99%;			/* Buttonbreite auf gesamtes menu ul  */
	height:1.7em;
	color:#000;
	text-indent:0.5em;
	background:#539E42;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #fff;
}
/* Button hover */
* html .menu a:hover {color:#fff; background:#090;}

.menu :hover > a {
color:#fff; 
background:#090;
}

/* submenu positon  */
.menu ul ul {
	visibility:hidden;
	position:relative;
	top:-25px;			/* submenu Position zum Mainmenu*/
	left:150px;
	width: 190px;
}
/* submenu 1 */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	/* [disabled]height:235px; */
}
/* submenu 2 */
.menu ul :hover ul ul{
visibility:hidden;
}
/* submenu 3 */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	/* [disabled]height:235px; */
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}
</style>
[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]
