@charset "utf-8";
/* CSS Document */


a.nav, a.nav:link, a.nav:visited, .chosen {
display:block; 
width:176px;
 height:25px; 
 background:#fff; 
 border-bottom:1px solid #ccc; 
 margin-top:2px; 
 text-align:left; 
 text-decoration:none; 
 font-family: arial, helvetica, sans-serif; 
 font-size:13px; 
 color:#F27123; 
 line-height:25px; 
 overflow:hidden;
 font-weight:bold; 
 padding-left:20px;
 }
 
a.nav:hover {
color:#ED2E25; 
font-weight:bold;
}

a.nav:active, .chosen {
color:#59564F; 
font-weight:bold;
}