/*Erste Ebene */

ul#nav {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: solid 4px #28953D;
}
ul#nav a {
	display: block;
	color: #666;
	background-color: transparent;
	width: 100%;
	padding: 2px 12px 2px 0;
	text-decoration: none !important;
	border-bottom: 1px solid #28953D;
	font-weight: normal;
	font-size: 11px;
}
ul#nav a:hover, ul#nav a:active{
	background-color: #f0f0f0;
	text-decoration: none !important;
}
ul#nav a.cur, ul#nav a.cursub {
	color: #28953D;
	font-weight: bold;
}
ul#nav li {
	margin:0;
}


/*Zweite Ebene */
ul#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#nav li li a {
	display: block;
	color: #666;
	background-color: transparent;
	width: 100%;
	padding: 2px 3px 2px 20px;
	margin:0;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

/*Dritte Ebene */
ul#nav li li li a {
	display: block;
	color: #666;
	background-color: transparent;
	width: 100%;
	padding: 2px 3px 2px 32px;
	margin:0;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}
