ul#flvl_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	z-index: 100;
	width: 360px; /* Width of Menu Items */
	background: #E9E9E9;  /*grauer hintergrund oben */
	border-bottom: 2px solid #A7A9AB; /* MenŸrahmen obermenŸ */
	border-top: 2px solid #A7A9AB; /* MenŸrahmen obermenŸ */
	border-right: 2px solid #A7A9AB; /* MenŸrahmen obermenŸ */
	}	
	
ul#slvl_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width:200px;
	z-index: 100;
	border-bottom: 1px solid #A7A9AB; /* MenŸrahmen untermenŸ */
	border-left: 1px solid #A7A9AB; /* MenŸrahmen untermenŸ */
	border-right: 1px solid #A7A9AB; /* MenŸrahmen untermenŸ */
	border-top: 1px solid #A7A9AB; /* MenŸrahmen untermenŸ */	
	}

	
	
li#flvl_li  {
	float:left;
	width:117px;
	height:42px;
	font: normal 12px verdana;
	text-align:center;
	z-index: 100;
	border-left: 2px solid #A7A9AB; /* MenŸrahmen obermenŸ links */
	background: #E9E9E9; /*grauer hintergrund oben */
}

li#slvl_li  {
	float:left;
	width:200px;
	font: normal 12px verdana;
	z-index: 100;
}



a#flvl_a {
	display: block;
	text-decoration: none;
	color: #58585B;
	font: normal 13px verdana;
	z-index: 100;
	}


a:hover#flvl_a {
	display: block;
	text-decoration: none;
	color: #ed1c24; /* Farbe First Level MenŸ hover */
	font: normal 13px verdana;
	z-index: 100;
	}
	

a#slvl_a {
	display: block;
	text-decoration: none;
	color: #58585B;
	background: #E9E9E9; 
	padding: 2px;
	font: normal 10px verdana;
	text-align:left;
	z-index: 100;
	}
	
	
a:hover#slvl_a {
	display: block;
	text-decoration: none;
	color: #ed1c24; /* mouse over top menü */
	background: #e9e9e9; /*hintergrund zu top menü mouse over */ 
	padding: 2px;
	font: normal 10px verdana;
	text-align:left;
	z-index: 100;
	}
	
	
a#slvl_a_var2 {
	display: block;
	text-decoration: none;
	color: #58585B;
	background: #E9E9E9; 
	padding:2px;
	padding-left: 20px;
	font: normal 10px verdana;
	text-align:left;
	z-index: 100;
	}
	
	
	
a:hover#slvl_a_var2 {
	display: block;
	text-decoration: none;
	color: #ed1c24;
	background: #e9e9e9; 
	padding: 2px;
	padding-left:20px;
	font: normal 10px verdana;
	text-align:left;
	z-index: 100;
	}
	
	
	
ul li {
	position: relative;
	}
		
li ul {
	position: absolute;
	left: 20px; /* EinrŸckung von links des UntermenŸs */
	top: 42px;
	display: none;
	float:left;
	width:117px;
	}


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block;z-index:100; } /* The magic */
