/**********************************/
/*********** 1. Ebene *************/
/**********************************/
ul#lvl1 li { list-style-image:none; list-style-position:outside; list-style-type:none; margin-bottom: 1px; }

ul#lvl1 li a, #lvl1 li a:visited {
	background: transparent url(../img/navi_1.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 4px 10px;
	display: block;
	overflow: hidden;
	width: 210px;
}

ul#lvl1 li a:hover, #lvl1 li a:active  {
	color: #d90019;
}

ul#lvl1 li a.active {
	background: transparent url(../img/navi_1.jpg) no-repeat left bottom;
	color: #d90019;
}
/**********************************/
/*********** 2. Ebene *************/
/**********************************/
#lvl1 ul#lvl2 { margin-top: 1px; }
#lvl1 ul#lvl2 li { list-style-image:none; list-style-position:outside; list-style-type:none; margin-bottom: 1px; }

#lvl1 ul#lvl2 li a, #lvl2 li a:visited {
	background: transparent url(../img/navi_2.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 4px 10px;
	display: block;
	overflow: hidden;
	width: 210px;
}

#lvl1 ul#lvl2 li a:hover, #lvl2 li a:active  {
	color: #d90019;
}

#lvl1 ul#lvl2 li a.active {
	background: transparent url(../img/navi_2.jpg) no-repeat left top;
	color: #d90019;
}
/**********************************/
/*********** 3. Ebene *************/
/**********************************/
#lvl1 ul#lvl2 ul#lvl3{ margin-top: 1px; }
#lvl1 ul#lvl2 ul#lvl3 li { list-style-image:none; list-style-position:outside; list-style-type:none; margin-bottom: 1px; }

#lvl1 ul#lvl2 ul#lvl3 li a, #lvl3 li a:visited {
	background: transparent url(../img/navi_3.jpg) no-repeat left top;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 0 4px 25px;
	display: block;
	overflow: hidden;
	width: 190px;
}

#lvl1 ul#lvl2 ul#lvl3 li a:hover, #lvl3 li a:active  {
	color: #d90019;
}

#lvl1 ul#lvl2 ul#lvl3 li a.active, #lvl1 ul#lvl2 ul#lvl3 li a:hover {
	background: transparent url(../img/navi_3.jpg) no-repeat left bottom;
	color: #d90019;
}