.nav {
	border-top: 1px dotted white;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	background-image: none;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border: 0;
}

/* Bullets */
.nav li.bullet_gruen a {
	background-image: url(../images/bullet_biogas.gif);	
	background-repeat: no-repeat;
	background-position: 10px 13px;	
}

.nav li.bullet_rot a{
	background-image: url(../images/bullet_solar.gif);	
	background-repeat: no-repeat;
	background-position: 10px 13px;	
}

.nav li.bullet_gelb a{
	background-image: url(../images/bullet_voltaik.gif);	
	background-repeat: no-repeat;
	background-position: 10px 13px;	
}

.nav li.bullet_default a{
	background-image: url(../images/bullet_default.gif);	
	background-repeat: no-repeat;
	background-position: 10px 13px;	
}

/* Spacer */
.nav div.spacer {
	height: 30px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted white;
}

/* erste Ebene */
.nav li a {
	display: block;
	color: #000;
	background-color: #bbd0c7;
	/* 195px */
	width: 160px;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	font-size: 12px;
	line-height: 16px;
}

.nav li.active a {
	background-color: #a2beb2;
}

.nav  a:hover
{
	background-color: #a2beb2;
	color: black;
}

/* zweite Ebene */
.nav li.level_2 a {
	background-image: none;
	background-color: #cee5db;
}

.nav li.level_2 a:hover {
	background-color: #a2beb2;
}

.nav li.level_2_active a {
	background-image: none;
	background-color: #adcbbe;
}

/* dritte Ebene */
.nav li li li a {
	display: block;
	background-color: #cee5db;
	width: 145px;
	padding: 7px 10px 7px 40px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-image: none;	
	font-size: 12px;
	line-height: 13px;
}


