﻿#tabs
{
    width:auto;
}
#tabs ul
{
    border-bottom: 1px solid #ABABAB;
    height: 40px;
    margin: 0;
    padding: 0;
}
#tabs li
{
    background-image: url("images/tab_off.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    list-style: none outside none;
    margin-right: 5px;
    text-align: center;
    width: 145px;
}
#tabs li a
{
    color: #4C8296;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    position: relative;
    text-decoration: none;
    top: 5px;
}
#tabs li:hover,#tabs li.on
{
    background-image: url("images/tab_on.jpg");
    border-bottom: 1px solid #E7F1F5;
}