#hauptmenu {
	 position:absolute; 
	 left: 43%; 
	 height:600px; 
	 width:50px; 
	 top:1px;
	 overfolw: visible;
	 z-index:100; 
 }
 
* html #hauptmenu {
	 position:absolute; 
	 left: 38%; 
	 height:420px; 
	 width:50px; 
	 top:4px;
	 overfolw: visible;
	 z-index:100; 
 }
 
#main-menu-vertical{ 
	position:absolute;
	top:0px;
	width:50px;
	height:400px;
	z-index:90;
	}

	
#navpos, #navtagpos,
#navrechpos, #navbrenntpos {
	position:absolute; 
	top:0px; 
	left:0px; 
	}
	
ul#nav.erste-ebene
	{
	width: 50px; /* Width of Menu Items */
	}
ul#nav.erste-ebene li
	 {
	position:relative; 
	float:left; 
	clear:none;
	margin-left: 0;
	padding: 0;
	/*width:150px;*/
	list-style:none;
	}
	
* html	ul#nav.erste-ebene li
	 {
	position:relative; 
	float:left; 
	clear:none;
	margin-top: 6px;
	padding: 0;
	/*width:150px;*/
	list-style:none;
	}
	
ul#nav.erste-ebene ul
	{
	background: #fff; /* IE6 Bug */
	}
	
	
ul#nav.erste-ebene li a img{
	border-style: none;
	}
 
ul#nav.tiefer{ 
	position:absolute;
	left:50px;
	height:auto;
	margin-left:0px;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	border: 1px dotted #333;					
/*NEU transparenz*/
	/*background: #fff;*/ /* IE6 Bug */
	background-color: white;
    	z-index:3001;
    	-moz-opacity: 0.8;
    	opacity:.80;
    	filter: alpha(opacity=80);
/*ENDE Transparenz*/
	color: 333;
	font-size: 11px;
	font-weight: 700;
	text-align:left;
	}
ul#nav.erste-ebene ul{
	position:absolute;
	/*border: 1px solid #ddd;*/
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;	
	}
ul#nav.tiefer ul {
	position:absolute;
	left:150px;
	top:0px;
	margin-left: 0px;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	/*border: 1px solid #ddd;*/
	border: 1px dotted #333;
	background: #fff; /* IE6 Bug */
	color: 333;
	font-size: 11px;
	font-weight: 700;
	text-align:left;
	}
 
ul#nav.tiefer li {
	position: relative;
	left:0px;
	width:150px;  
	list-style: none;
	background: #fff; /* IE6 Bug */
	}
 
ul#nav.tiefer li a {
	display: block;
	text-decoration: none;
	color: #555;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 5px;
	padding-right:5px;
	font-weight:500;
	text-align:left;
	}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */


 
ul#nav.tiefer ul,
	 {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	background: #fff; /* IE6 Bug */
	}

ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

/*selfmade verschwinden*/

ul#nav.erste-ebene ul,
ul#nav.erste-ebene  li:hover ul#nav ul,
ul#nav.erste-ebene  li.over ul#nav ul,
ul#nav.erste-ebene  li:hover ul#nav ul ul,
ul#nav.erste-ebene  li.over ul#nav ul ul,
ul#nav.erste-ebene  li:hover ul#nav ul ul ul,
ul#nav.erste-ebene  li.over ul#nav ul ul ul,
ul#nav.erste-ebene  li ul#nav li:hover ul ul,
ul#nav.erste-ebene  li ul#nav li.over ul ul,


/*selmade ende*/
 
ul#nav.tiefer li:hover ul ul,
ul#nav.tiefer li:hover ul ul ul,
ul#nav.tiefer li.over ul ul,
ul#nav.tiefer li.over ul ul ul { display: none; } /* Hide sub-menus initially */

/*selfmade erscheinen*/

ul#nav.erste-ebene  li:hover ul,
ul#nav.erste-ebene  li.over div ul,


/*selmade ende*/
 
ul#nav.erste-ebene li ul#nav li:hover ul,
ul#nav.erste-ebene li ul#nav li.over ul,
ul#nav.erste-ebene li ul#nav ul li:hover ul,
ul#nav.erste-ebene li ul#nav ul li.over ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav.tiefer li.menuparent { background: #ffffff url(navi_03_FILES/arrow.gif) right center no-repeat;}
 
ul#nav.tiefer li a:hover { 
	color: #88CC44;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;	
}