/* ------------------------------------------------ Menus ---------------------------------------------------------------------------------- */

#menu {
	list-style-type: none;
	text-decoration: none;
	font-size:11px;
	line-height:20px;
	color:#4d4d4d;
	height:auto;
	width:166px;
	float:left;
	padding-top:35px;
	text-transform:lowercase;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	border-right:none;
	border-bottom:none;
}	
	
#menu ul li { 
	margin: 0;
	padding:0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}

#menu ul li a{
	display: block;
	padding-left:27px;
	color: #91c520;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-size:12px;
	line-height:20px;
}

#menu ul li a:hover{
	font-weight:normal;
	color:#91c520;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/* Stufe 2 */
#menu ul li ul {	
	display: block;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding-bottom:5px;
	padding-top:0px;
	font-size:11px;
	line-height:20px;
	}
#menu ul ul a{
	font-weight:normal;
	display: block;
	padding: 1px 0px 1px 27px;
	color:#4d4d4d;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

#menu ul ul li { 
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
}

#menu ul ul li a,#menu ul ul li.sub a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #4d4d4d;
	background:none;
}
#menu ul ul li a:hover,#menu ul ul li.sub a:hover{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #000000;
}


/* Stufe 2 End */

/* Stufe 3 */
#menu ul ul li ul{	
	display: block;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	background:none;
	padding-bottom:5px;
	font-size:11px;
	line-height:20px;
	}
	
#menu ul ul ul a{
	font-weight:normal;
	display: block;
	padding: 0px 0px 0px 37px;
	color:#4d4d4d;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

#menu ul ul ul li { 
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul ul li a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #4d4d4d;
}
#menu ul ul ul li a:hover{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	background:none;
	color: #000000;
}
/* Stufe 3 End*/

 #menu .menu_active  {
	font-weight:normal;
	color:#91c520;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#menu .menu_active_ifsub {
	font-weight:normal;
	color:#91c520;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;	
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
 #menu .menu_active_sub  {
	font-weight:normal;
	color: #000000;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#menu ul ul ul li.menu_active_sub_sub_sub, #menu .menu_active_sub_sub_sub { 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	color: #000000;
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#menu .menu_active_ifsubsub, #menu ul ul li.sub .menu_active_ifsubsub {
	font-weight:normal;
	color: #000000;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	background-image:url(../img/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;
}


/* menu styles END */		
/*-------------------*/
