/* transition to class and not ID */
.tabnav
  {
    height: 24px;
    margin: 0;
    padding-left: 10px;
    background: url(/images/global/tab_bottom.gif) repeat-x bottom;
  }

.tabnav li
  {
    margin: 0;
    padding: 0;
      display: inline;
      list-style-type: none;
    }

.tabnav a:link, .tabnav a:visited
  {
    float: left;
    background: #f3f3f3;
    font-size: 110%;
    line-height: 16px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
  }

.tabnav a:link.active, .tabnav a:visited.active
  {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #ca0101;
  }

.tabnav a:hover
  {
    background: #fff;
  }


