.menu {
float:left;
position:relative;
top: 0px;
width: 180px;
left:5px;
}

.menu li{
float:left;
list-style-type:none;
font: normal 14px Arial, Helvetica, sans-serif;

width:130px;
}

.menu ul li a {
float:left;
text-decoration:none;
height: auto !important;
min-height:19px;
width: 180px;
height:19px;
padding:4px 0px 0px 10px;
color:#980001;
}

.menu ul li a:hover{
float:left;
text-decoration:none;
width:180px;
height: auto !important;
min-height:19px;
height:19px;
color:#A4B5BD;
}

.menu ul li a.active { 
color: #30464C;
width:180px;
font-weight: bold;
}

/* NAVIGATTION LEVEL 2 */
.menu ul li.level_2 a {
float:left;
position: relative;
text-decoration:none;
color:#A4B5BD;
width:170px;
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;
position: relative;
text-decoration:none;
color:#30464C;
width:170px;
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.active {
background:none;
text-decoration:none;
color: #30464C;
width:170px;
text-transform: none;
padding: 0px 0px 0xp 0px;
float:left;
position: relative;
font-weight:normal;
font-style:oblique;


}

/* NAVIGATION LEVEL 3 */
.menu ul li.level_3 a {
float:left;
position: relative;
left: 10px;
text-decoration:none;
color:#30464C;
width:150px;
height: auto !important;
min-height:19px;
height:19px;
padding: 0px 0px 0xp 0px;
background: none;
text-transform: none;
}

.menu ul li.level_3 a:hover{
float:left;
left: 10px;
text-decoration:none;
color:#A4B5BD;
background: none;
width:150px;
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: #30464C;
width:150px;
text-transform: none;
font-weight: normal;
text-decoration: underline;
}
