.nav-active, .nav-inactive {
display:block;
float:left;
line-height:33px;
padding-left:15px;
padding-right:15px;
text-decoration:none;
color:#003e84;
font-size:12px;
font-weight:bold;
}

.nav-active, .nav-inactive:hover {
background-image:url(images/nav_bg_active.jpg);
color:#FFFFFF;
}




.subnav-active, .subnav-inactive,
.subsubnav-active, .subsubnav-inactive,
.subsubsubnav-active, .subsubsubnav-inactive {
display:block;
text-decoration:none;
color:#000000;
font-size:11px;
padding-top:10px;
padding-bottom:10px;
line-height:7px;
padding-left:5px;
border-bottom:1px dotted #000000;
}

.subnav-active, .subnav-inactive:hover {
background-image:url(images/subnav_bg_active.jpg);
}

.subsubnav-active, .subsubnav-inactive:hover,
.subsubsubnav-active, .subsubsubnav-inactive:hover {
font-style:italic;
}

.subsubnav-active, .subsubnav-inactive {
padding-left:15px;
}

.subsubsubnav-active, .subsubsubnav-inactive {
padding-left:25px;
}
