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