#tablist {
    font-size: 93%; background: url(images2/bg.gif) #dae0d2 repeat-x 50% bottom;
    float: left; width: 100%; line-height: normal
}
#tablist ul {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 10px;
    list-style-type: none;
}
#tablist li {
    padding-right: 0px;
    padding-left: 9px;
    background: url(images2/left.gif) no-repeat left top;
    float: left;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
#tablist a {
    padding-right: 15px;
    display: block;
    padding-left: 6px;
    font-weight: bold;
    background: url(images2/right.gif) no-repeat right top;
    float: left; padding-bottom: 4px;  
    color: #765;
    padding-top: 5px;
    text-decoration: none;
}
#tablist a {
    float: none;
}
#tablist a:hover {
    color: #333;
}
#tablist #current {
    background-image: url(images2/left_on.gif);
}
#tablist #current a {
    background-image: url(images2/right_on.gif);
    padding-bottom: 5px; color: #333;
}