#nav,  #nav ul	{
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1em;
	background: transparent;
	/*background: #6667FF;*/
	color: #000;
	font-weight: bold;
	padding: 0px;
	border: none;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	/*z-index: 100;*/
	font-family: Arial;
	font-size: 12px;
	height: 20px;
}
/*Hauptschrift 1. Ebene*/
#nav a {
	display: block;
	width: auto;
	color: #00A092;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.25em;
	font-size: 14px;
}
 
#nav a.menuparent  {
	background: url(list.gif) no-repeat /*90% 40%*/;
}
 
#nav li {
	float: left;
	padding: 0;
	width: auto;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
		
}
/*Hintergrund Untermenüs*/ 
#nav li li {
	background: #1050AF;
/*14em*/
	width: auto;
	display: block;
	background-color: #1050AF;
}
 
#nav li ul a {
	width: 14em;
	padding-left: 1em;/*Abstand Untermenüs vom Hintergrundsrand*/
}
/*Untermnüs, die rechts aufgehen, Abstände*/ 
#nav li ul ul {
	margin: -2em 5em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	height: 10px;
	width: 14em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	height: 10px;
}
/*Balken der aktiven Untermenüs*/ 
#nav li:hover, #nav li.sfhover {
	background: #F0FFFF;
	color: white;
	width: auto;
}