    .barfield {
      background:#fff;
      margin:0;
      padding:0 0 0 0px;
      color:#000;
      }

    .bartable {
      width:100%;
      height:22px;
      margin:0;
      background:#fff url("../pics/tabs/whitebar.gif") repeat-x;
      padding:0 25 3 25px;
      color:#000;
      }

    .current_icon {
      border: outset 1px;
      padding: 1px;
      }

    .no_current_icon {
      border: 0px;
      padding: 1px;
      }

    .tabfield {
      background:#fff;
      margin:0;
      padding:0;
      color:#000;
      }

    #tabs_div {
      float:left;
      width:100%;
      background:#DAE0D2 url("../pics/tabs/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
      
    #tabs_div ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
      
    #tabs_div li {
      display:inline;
      margin:0;
      padding:0;
      }
      
    #tabs_div a {
      float:left;
      background:url("../pics/tabs/g_left1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      text-decoration:none;
      }
      
    #tabs_div a span {
      float:left;
      display:block;
      background:url("../pics/tabs/g_right1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#765;
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs_div a span {float:none;}
    /* End IE5-Mac hack */
    #tabs_div a:hover span {
      color:#333;
      }
      
    #tabs_div #current_tab a {
      background-position:0 -150px;
      border-width:0;
      }
      
    #tabs_div #current_tab a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
      
    #tabs_div a:hover {
      background-position:0% -150px;
      }
      
    #tabs_div a:hover span {
      background-position:100% -150px;
      }