﻿.tabs3
{
    margin: 0;
    padding: 0;
    height: 29px;
    border-bottom: solid 1px #B2C9D9;
}

.tabs3 ul
{
    margin: 0;
    padding: 0;
}


.tabs3 li
{
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
    float: left;
}

.tabs3 li a
{
    display: block;
    color: #32527A;
    min-width: 100px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 5px 8px 0 8px;
    height: 23px;
    text-decoration: underline;
}

.tabs3 li a:hover
{
    background-color: #fff;
}

.tabs3 .sel a
{
    background-color: #fff;
    border-top: solid 1px #B2C9D9;
    border-left: solid 1px #B2C9D9;
    border-right: solid 1px #B2C9D9; 
    font-weight: bold;
    text-decoration: none;
    height: 24px;
}

.tabs3 .sel a:hover
{


}

