﻿.tabs1
{
    margin: 0 8px 0 0;
    padding: 0;

}

.tabs1 ul
{
    margin: 0;
    padding: 0;
    min-height: 20px;
}


.tabs1 li
{
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px;
    float: right;
    background-image: url(imgs/bg-nav1-l.png);
    background-repeat:no-repeat;
    background-position: left top;
}

.tabs1 li a
{
    display: block;
    color: #fff;
    min-width: 80px;
    font-family: Tahoma;
    font-weight: normal;   
    font-size: 11pt;
    text-decoration: none;
    text-align: center;
    padding: 2px 6px 2px 6px;
    background-image: url(imgs/bg-nav1-r.png);
    background-repeat:no-repeat;
    background-position: right top;
    text-transform:uppercase;
}

.tabs1 li a:hover
{
    color: orange;
}

.tabs1 .sel a
{
    color: #3066F3;
    font-weight: normal;
}
