.sitenav a {
   display: block;
   color: #f0f0f0;
   font-weight: bold;
   width: 144px;
   line-height: 140%;
   text-indent: 10px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;
}


.sitenav a:link             { color: #f0f0f0; font-size:12px; font-weight: bold; cursor: pointer; }
.sitenav a:visited          { color: #f0f0f0; font-size:12px; font-weight: bold; cursor: pointer; }
.sitenav a:hover            { color: #ffff00; font-size:12px; font-weight: bold; cursor: pointer; }
.sitenav a:active           { color: #f0f0f0; font-size:12px; font-weight: bold; cursor: pointer; }

/* for "on" buttons  */
.sitenav-on a {
   display: block;
   width: 144px;
   line-height: 140%;
   background: url(/ckinc/themes/autocare/arrow.gif) no-repeat left;
   text-indent: 10px;
   text-align: left;
   text-decoration: none;
   cursor: pointer;
}


.sitenav-on a:visited {
   color: #f0f0f0;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   cursor: pointer;
}