.menu {
         float:left;
         position:relative;
         top: 20px;
         left: 13px;
         width: 180px;
	margin-bottom: 120px;
}

.menu li {
         float:left;
         list-style-type:none;
         font: normal 13px Arial, Helvetica, sans-serif;
         position:relative;
         width:130px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li a {
	float:left;
	text-decoration:none;
	height: auto !important;
	min-height:19px;
	width: 190px;
	height:19px;
	padding:4px 0px 0px 10px;
	color:#666666;
	list-style: none;
}

.menu ul li a:hover{
	float:left;
	text-decoration:none;
	width:190px;
	height: auto !important;
	min-height:19px;
	height:19px;
	color:#444444;
}

.menu ul li a.active {
	color: #C60000;
	width:200px;
	font-weight: bold;
}

/* NAVIGATTION LEVEL 2 */
.menu ul li.level_2 a {
	float:left;
	position: relative;
	left: 10px;
	text-decoration:none;
	color:#555555;
	width:160px;
	height: auto !important;
	min-height:19px;
	height:19px;
	margin: 2px;
	background: none;
	text-transform: none;
	padding: 0px 0px 0xp 5px;
}

.menu ul li.level_2 a:hover {
	float:left;
	text-decoration:none;
	color:#C60000;
	background:transparent url(images/navigation_pfeil.gif) no-repeat -5px 2px;
	width:160px;
	height: auto !important;
	min-height:19px;
	height:19px;
	padding: 0px 0px 0xp 5px;
	text-transform: none;
}

.menu ul li.level_2 a.active {
	background:transparent url(images/navigation_pfeil.gif) no-repeat -5px 2px;
	color: #C60000;
	width:160px;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0xp 0px;
}

/* NAVIGATION LEVEL 3 */
.menu ul li.level_3 a {
	float:left;
	position: relative;
	left: 10px;
	text-decoration:none;
	color:#C60000;
	width:190px;
	height: auto !important;
	min-height:18px;
	height:18px;
	padding: 0px 0px 0xp 0px;
	background: none;
	text-transform: none;
}

.menu ul li.level_3 a:hover{
	float:left;
	text-decoration:none;
	color:#C60000;
	background: none;
	width:190px;
	height: auto !important;
	min-height:18px;
	height:18px;
	padding: 0px 0px 0xp 0px;
	text-transform: none;
}

.menu ul li.level_3 a.active{
	background:none;
	color: #C60000;
	width:190px;
	text-transform: none;
	font-weight: normal;
}
/* NAVIGATION LEVEL 4 */
.menu ul li.level_4 a {
	float:left;
	position: relative;
	left: 12px;
	text-decoration:none;
	color:#888888;
	width:190px;
	height: auto !important;
	min-height:16px;
	height:16px;
	padding: 0px 0px 0xp 0px;
	background: none;
	text-transform: none;
}

.menu ul li.level_4 a:hover{
	float:left;
	text-decoration:none;
	color:#888888;
	background: none;
	width:190px;
	height: auto !important;
	min-height:16px;
	height:16px;
	padding: 0px 0px 0xp 0px;
	text-transform: none;
}

.menu ul li.level_4 a.active{
	background:none;
	color: #888888;
	width:190px;
	text-transform: none;
	font-weight: normal;
}