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