#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	font-size:14px;
	padding: 0em;
	margin: 0 0 1em 0;
	border-top: #FFF 1px solid;
}

#nav a {
	display: block;
	width: 12em;
	color:#fff;
	text-decoration: none;
	padding: 8px;
}

#nav li {
	float: left;
	padding: 0em;
	width: 183px;
	border-bottom:#FFF 1px solid;
	border-left:7px #FF9900 solid;
}

#nav li.aktiv {
	background-color: #FFF;
}
#nav li.aktiv a {
	color:#006699;
}
#nav li.aktiv:hover a, #nav li.aktiv.sfover a {
	color: #FFF;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background: #006699;
}

/*rechtes Menü*/
#nav-rechts, #nav-rechts ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	font-size:14px;
	padding: 0em;
	margin: 0 0 1em 0;
	border-top: #FFF 1px solid;
}

#nav-rechts a {
	display: block;
	width: 12em;
	color:#fff;
	text-decoration: none;
	padding: 8px;
}

#nav-rechts li {
	float: left;
	padding: 0em;
	width: 183px;
	border-bottom:#FFF 1px solid;
	border-left:7px #006699 solid;
}

#nav-rechts li.aktiv {
	background-color: #FFF;
}
#nav-rechts li.aktiv a {
	color:#006699;
}
#nav-rechts li.aktiv:hover a, #nav-rechts li.aktiv.sfover a {
	color: #FFF;
}

#nav-rechts li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav-rechts li li {
	padding-right: 1em;
	width: 13em;
}

#nav-rechts li ul a {
	width: 13em;
}

#nav-rechts li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav-rechts li:hover ul ul, #nav-rechts li:hover ul ul ul, #nav-rechts li.sfhover ul ul, #nav-rechts li.sfhover ul ul ul {
	left: -999em;
}

#nav-rechts li:hover ul, #nav-rechts li li:hover ul, #nav-rechts li li li:hover ul, #nav-rechts li.sfhover ul, #nav-rechts li li.sfhover ul, #nav-rechts li li li.sfhover ul {
	left: auto;
}

#nav-rechts li:hover, #nav-rechts li.sfhover {
	background: #006699;
}