#nav, #nav ul {
	float: left;
	width: 840px;
	/* NEU: width: 840px; ALT: 782px; Grund: Firefox 3.6 unter Win */
	list-style: none;
	line-height: 1.1em;
	background: white;
	color: #000;
	font: normal 10pt Arial,Helvetica,sans-serif;
	padding: 0.05em;
	border-width: 0px 0;
	margin: 0 0 1em 0;
	z-index:10000;
}

#nav a {
	color: #000000;
	text-decoration: none;
	padding: 0.05em 0em;
	display: block;
	z-index:10000;
	
}

#nav a.menuparent  {
	z-index:10000;
}

 
#nav li {
	float: left;
	padding: 0px 4px;
	z-index:10000;
	border-right: 1px solid #000000;
}

#nav li.last  {
	border-right: 0px none;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 205px;			/* Breite des Dropdown Feldes - Nach längstem Feld bestimmt*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding: 0.05em;
	z-index:10000;
}
 
#nav li li {
	width: 100px;
	z-index:10000;
	border-right: 0px none;
}
 
#nav li ul a {
	display: block;		
	width: 205px;			/* Länge des Hoverfeldes bei Mouseover */
	padding-left: 0.5em; 	/* Abstand der zweiten Ebene zum Text der ersten Ebene */
	z-index:10000;
}

#nav li ul ul {
	margin: -1.75em 0 0 6em;
	z-index:10000;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index:10000;
}
 
#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;
	z-index:10000;
}
#nav li li:hover ul
{
	background: #FFFFFF;
}
#nav li:hover {
	color: #000;
	z-index:10000;
}
#nav li.sfhover {
	width: 100px; /*13em;*/
	color: blue;
	z-index:10000;
}
#nav a:hover {
	color: #3c64aa;
 	text-decoration: underline;
	z-index:10000;
}