/* MAIN NAV ROLLOVERS */
a.nav, a.nav:link, a.nav:visited {
display:block;
height:22px;
width:215px;
background:#0f95e6; 
border-bottom:1px solid #ffffff; 
text-align:left; 
text-decoration:none; 
font-family:verdana, arial, sans-serif; 
font-size:9px;
font-weight: bold; 
color:#fffff6; 
line-height:22px; 
overflow:hidden;
text-indent: 5px;
}
a.nav:hover {color:#fff; background:#ff6600;
}

/* SUB NAV ROLLOVERS */
a.nav2, a.nav2:link, a.nav2:visited {
display:block;
height:22px;
width:215px;
background:#5ac0fd; 
border-bottom:1px solid #ffffff; 
padding-left:5px;
text-align:left; 
text-decoration:none; 
font-family:verdana, arial, sans-serif; 
font-size:9px;
font-weight: bold; 
color:#fffff6; 
line-height:22px; 
overflow:hidden;
}
a.nav2:hover {color:#fff; background:#ff6600;
} 

/* EXTRA NAVIGATION HEADERS */
/* If you require a new header in the navigation system, use the style below */

a.navHeader, a.navHeader, a.navHeader:visited {
display:block;
height:21px;
width:215px;
background-image:url(../images/generic/main_left_nav_header.gif);
background-repeat:no-repeat;
padding-top:0px;
text-indent: 6px;
text-align:left; 
text-decoration:none; 
font-family:verdana, arial, sans-serif; 
font-size:9px;
font-weight: bold; 
color:#fffff6; 
overflow:hidden;
margin-top:7px;
}

/* NAVIGATION FOOTERS */
/* If you require a FOOTER in the navigation system, use the style below */

a.navFooter, a.navFooter, a.navFooter:visited {
display:block;
height:8px;
width:215px;
background-image:url(../images/generic/main_left_nav_footer.gif);
background-repeat:no-repeat;
overflow:hidden;

}

