/* CSS Document */

#ustTab ul.tabs
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Tahoma;
    font-size: small;
    vertical-align: middle;
    width: 527px;
    height: 40px;
}

#ustTab ul.tabs li
{
    float: left;
    padding: 0;
    background: url( '../images/ustTab2.png' ) no-repeat right top;
    height: 30px;
    width: 112px;
    margin:0 2px 0 0;
}

#ustTab ul.tabs li a
{
    display: block;
    color: #333333;
    text-decoration: none;
    background: url( '../images/ustTab1.png' ) no-repeat left top;
    height: 28px;
    margin-top: 0px;
    padding:7px 20px;
    font-weight:bold;
}

#ustTab ul.tabs li a:hover
{

    color: #c95f02;
}
