.menu {
	float: left;
	width: 225px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	overflow: hidden;
	padding-left: 20px;
	border: 0px solid #000000;
}


#subnavbar {
float:left;
position:relative;
}

#subnavbar li{
float:left;
list-style-type:none;
font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
position:relative;
width:215px;
}

#subnavbar ul li a {
float:left;
text-decoration:none;
width:220px;
height: auto !important;
min-height:19px;
height:19px;
padding:4px 0 0 20px;
color:#4d4d4d;
text-transform: uppercase;
font-weight: bold;
}

#subnavbar ul li a:hover{
float:left;
text-decoration:none;
width:200px;
height: auto !important;
min-height:19px;
height:19px;
color:#4d4d4d;
}

#subnavbar ul li a.active { 
color: #4d4d4d;
width:200px;
}

/* NAVIGATTION LEVEL 2 */


#subnavbar ul li.level_2 a {
float:left;
position: relative;
left: 0px;
text-decoration:none;
color:#4d4d4d;
width:127px;
height: auto !important;
min-height:15px;
height:15px;
padding: 0px 0px 0xp 0px;
text-transform: none;
font-weight: normal;
}

#subnavbar ul li.level_2 a:hover {
float:left;
text-decoration:none;
color:#d03847;
width:127px;
height: auto !important;
min-height:15px;
height:15px;
padding: 0px 0px 0xp 0px;
text-transform: none;
}


#subnavbar ul li.level_2 a.active {
background:none;
color:#d03847;
width:127px;
font-weight: normal;
text-transform: none;
}


/* NAVIGATION LEVEL 3 */
#subnavbar ul li.level_3 a {
float:left;
position: relative;
left: 15px;
text-decoration:none;
color:#4d4d4d;
font-weight: normal;
width:190px;
height: auto !important;
min-height:19px;
height:19px;
padding: 0px 0px 0xp 0px;
text-transform: none;
}

#subnavbar ul li.level_3 a:hover{
float:left;
text-decoration:none;
font-weight: normal;
color:#d03847;
width:190px;
height: auto !important;
min-height:19px;
height:19px;
padding: 0px 0px 0xp 0px;
text-transform: none;
}

#subnavbar ul li.level_3 a.active{
color: #d03847;
width:190px;
font-weight: normal;
text-transform: none;
}