/* 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; 
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;
} 


