.menu li{
float:left;
position:relative;
list-style-type:none;
font: normal 13px Arial, Helvetica, sans-serif;
width:100px;
left: -10px;
}

.menu ul li a {
float:left;
text-decoration:none;
height: auto !important;
min-height:19px;
width: 150px;
height:19px;
padding:4px 0px 0px 10px;
background: transparent;
color:#ab5555;
}

.menu ul li a:hover{
float:left;
text-decoration:none;
width:150px;
height: auto !important;
min-height:19px;
height:19px;
color:#8b0000;
}

.menu ul li a.active { 
color: #8b0000;
width:150px;
font-weight: bold;
}

/* NAVIGATTION LEVEL 2 */
.menu ul li.level_2 a {
float:left;

position: relative;
left: 10px;
color:#ab5555;

text-decoration:none;
width:115px;
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;
color:#8b0000;

text-decoration:none;
background:transparent url(images/navigation_pfeil.gif) no-repeat -5px 2px;
width:115px;
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: #8b0000;
width:115px;
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:#a03333;
width:130px;
height: auto !important;
min-height:19px;
height:19px;
padding: 0px 0px 0xp 0px;
background: transparent;
text-transform: none;
}

.menu ul li.level_3 a:hover{
float:left;
text-decoration:none;
color:#8b0000;
background: none;
width:130px;
height: auto !important;
min-height:19px;
height:19px;
padding: 0px 0px 0xp 0px;
text-transform: none;
}

.menu ul li.level_3 a.active{
background:none;
color: #cb0000;
width:130px;
text-transform: none;
font-weight: normal;
}
