
#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	background: #75B84E;
	font-weight: bold;
	padding: 0;
	border: 0px solid #58812C;
	margin: 0 0 1em 0;
	position: absolute;
	height: 25px;
}

#nav a {
	display: block;
	width: auto;
	color: #454545;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li.linkhead {
	height: 30px;
	border: 5px solid #000000;
	border-style: none none none solid;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin-top : 1em;
}

#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: #669934;
}


/*	VERTIKALE LINKS 	*/
/*	VERTIKALE LINKS 	*/
/*	VERTIKALE LINKS 	*/
/*	VERTIKALE LINKS 	*/
/*	VERTIKALE LINKS 	*/


#nav_l, #nav_l ul {

	position: absolute;
	float: left;
	width: 170px;
	
	list-style: none;
	line-height: 1;
	background: #75B84E;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0px solid #58812C;
	min-height: 25px;
	
}
	
	
#nav_l a {
	display: block;
	width: auto;
	color: #454545;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav_l a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav_l li.linkhead {
	float: left;
	height: 30px;
	width: 11em;												/* BREITE der Seitenlinks*/
	border: 5px solid #000000;
	border-style: none none none solid;
	margin-left: 1em;
	margin-top: 1em;
}

#nav_l li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav_l li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	margin-left : 11em;
	margin-top : -1.9em;
}

#nav_l li li {
	padding-right: 1em;
	width: 13em
}

#nav_l li ul a {
	width: 13em;
}

#nav_l li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav_l li:hover ul ul, #nav_l li:hover ul ul ul, #nav_l li.sfhover ul ul, #nav_l li.sfhover ul ul ul {
	left: -999em;
}

#nav_l li:hover ul, #nav_l li li:hover ul, #nav_l li li li:hover ul, #nav_l li.sfhover ul, #nav_l li li.sfhover ul, #nav_l li li li.sfhover ul {
	left: auto;
}

#nav_l li:hover, #nav_l li.sfhover {
  background: #669934;
}




/* code finde ich auf http://www.htmldog.com/articles/suckerfish/dropdowns/ */

