﻿
#tabs10
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    float: right;
    width: 100%;
    line-height: normal;
}
#tabs10 ul
{
    margin: 0;
    padding: 10px 10px 0 50px;
    list-style: none;
}
#tabs10 li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs10 a
{
    float: right;
    background: url(  "img/tableft.gif" ) no-repeat left top;
    margin-left: 50px;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#tabs10 a span
{
    float: right;
    display: block;
    margin-right: 10px;
    background: url(  "img/tabright.gif" ) no-repeat right top;
    padding: 4px 15px 5px 6px;
    color: #4c4c4c;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span
{
    float: none;
}
/* End IE5-Mac hack */
#tabs9 a:hover span
{
    color: #FFF;
}
#tabs10 a:hover
{
    background-position: 0% -27px;
}
#tabs10 a:hover span
{
    background-position: 100% -27px;
        color: #fff;

}

#tabs10 #current a
{
    background-position: 0% -27px;
}
#tabs10 #current a span
{
    background-position: 100% -27px;
    color: #fff;
}

