#navMain li.first {
  float: left;
  background: transparent url(../GFX/tabBgCurrent.gif) no-repeat scroll left bottom;
}

#navMain li a.first {
  display: block;
  padding: 9px 11px 5px 11px;
  color: #231f20;
  background: transparent url(../GFX/tabBgCurrentRight.gif) no-repeat scroll right bottom;
  font-size: 110%;
  font-weight: bold;
}

#navMain li a.first:hover {
  text-decoration: none;
}

#navSub li a.first {
  color: #444444;
}