* html nav ul{
	z-index: 31;
	
}
.navigation ul {
	display: block;
	list-style: none;	
	padding: 0px ;
	margin: 0px;
	z-index: 31;
}

.navigation  li {
	display: block;
	position: relative;
	float: left;
	height: 30px;
	font-size: 1.0em;
	padding: 0px 6px 0px 12px ;
	white-space: nowrap;

}
 
* html .navigation  li {
	display: block;
	position: relative;
	float: left;
	height: 27px;
	padding: 0px 3px 0px 6px ;
	white-space: nowrap;
}

.navigation li li {

	float: none;
   height: 1.5em;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 0 15px;
	background-color: #C7DBEE; 
  	border-top: 1px solid #FDE752 ;	
	font-weight: normal;

}/*alte Farbe gelb: #FEDE08 */

/* Fläche auf denen die Menüpunkte dargestellt werden */
.navigation  li ul {
	display: none;
	position: absolute;
	left: 4px;
	padding: 13px 0 0 0;
	
}

/*Roll Over*/

/*roll over: Sichtbarkeit  (und highlighting des Menuepunktes)*/
.navigation   li:hover {
	overflow: visible;	
		
}

/*roll over: Sichtbarkeit und Proportionen des Menüfeldes  */
.navigation  li:hover >ul{
	display: block;
	background: transparent;
	width:150px;	
}

/* Unterebenen */
/*  -> nur der aktive Eintrag wird durch Linie hervorgehoben 
		 border-top: 1px solid #FEDE08;	
	-> Hintergrund und Schrift betont
*/
.navigation li li:hover {
	font-weight:bold;
	overflow: visible;
	background-color:#FDE752;
}
.navigation li li:hover ul{
   visibility: visible;
	padding: 0;
   width: 100%;
	left:100%;
	top: -1px;
 
	}

 
 /* IE 5    */
 
/* sonderfunktion als fix für IE  
   nur zusammen mit der JS-Funktion in script.js */
.navigation li.over ul{ 
	display: block; 
	background: transparent;
 	visibility:	visible;	
	width:150px;	
	top: 14px;
	}
	
	
 .navigation li li.over {
	font-weight:bold;
	overflow: visible;
	background-color:#FDE752;
}

.navigation li li.over ul{
   display: block;
	padding: 0;
   width: 100%;
	left:100%;
	top: -1px;
	background: Black;

	}

 
 
 
.navigation a {
		text-decoration: none;	
} 
.navigation a:link,.navigation a:visited {
	
	color: #000000;
}
/* display: block;  display: block;*/
.navigation a:hover, a:active {

	
	color: #000000;
 
}

 
