

  #tabs { background: rgb(255, 255, 255) none repeat scroll 0%;
    float: left;
    width: 100%;
    font-family: Verdana;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: normal;
    }

  #tabs ul { margin: 0pt;
    padding: 10px 10px 0pt 50px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    }

  #tabs li { margin: 0pt;
    padding: 0pt;
    display: inline;
    }

  #tabs a { margin: 0pt;
    padding: 0pt 0pt 0pt 4px;
    background: transparent url(tableft.gif) no-repeat scroll left top;
    float: left;
    text-decoration: none;
    }

  #tabs a span { padding: 5px 15px 4px 6px;
    background: transparent url(tabright.gif) no-repeat scroll right top;
    float: left;
    display: block;
    color: rgb(102, 102, 102);
    }

  #tabs a span { float: none;
    }

  #tabs a:hover span { color: rgb(255, 255, 255);
    }

  #tabs a:hover { background-position: 0% -42px;
    }

  #tabs a:hover span { background-position: 100% -42px;
    }

  #tabs #current a { background-position: 0% -42px;
    }

  #tabs #current a span { background-position: 100% -42px;
    }

