#navbar {
width: 498px;
}
#navigation {
width: 187px;
float: left;
height: 1px;
}

#subnavbar {
float:left;
width: 187px;
position: relative;
right: 30px;
top: 58px;
}

#subnavbar li{
float:left;
list-style-type:none;
font: normal 11px Arial, Helvetica, sans-serif;
width:166px;
font-size: 11pt;
}

#navbar li{
float:left;
list-style-type:none;
font: normal 11px Arial, Helvetica, sans-serif;
width:166px;
font-size: 11pt;
display:none;
}

/* NAVIGATTION LEVEL 2 */
#subnavbar ul li.level_2 a {
color: #9DC5E9;
padding: 5px 0 5px 0;
float:left;
text-decoration:none;
border-top: 1px dotted #ffffff;
width: 140px;
height: auto !important;
min-height: 25px;
}

#subnavbar ul li.level_2 a:hover{
float:left;
text-decoration:none;
color: #ffffff;
}

#subnavbar ul li.level_2 a.active{
background:none;
color: #ffffff;
}

/* NAVIGATION LEVEL 3 */
#subnavbar ul li.level_3 a {
color: #9DC5E9;
float:left;
text-decoration:none;

}

#subnavbar ul li.level_3 a:hover{
float:left;
text-decoration:none;
color: #ffffff;
}

#subnavbar ul li.level_3 a.active{
background:none;
color: #ffffff;
}
