﻿.tabs
{
    float: left;
    width: 100%;
    background: transparent;
    line-height: normal;
    border-bottom: 0px none #transparent;
    _width: auto;
}
.tabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.tabs a
{
    float: left;
    background: url("../Images/tableft.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 8px;
    text-decoration: none;
}
.tabs a span
{
    font-family: Arial;
    font-weight: bold;
    float: left;
    display: block;
    background: url("../Images/tabright.png") no-repeat right top;
    padding: 0 15px 0 5px ;
    line-height: 30px;
    color: #656c0e;
    font-size: 12px;
}
.tabs a span
{
    float: none;
}
.tabs a:hover span, .tabs a span.selected
{
    color: #c93c26;
}
.tabs a.selected
{
    background-position: 0% -30px;
}
.tabs a span.selected
{
    background-position: 100% -30px;
}


.tabs ul li ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    margin: 2px;
    width: 86px;
    padding-bottom: 7px;
    background: transparent url('../Images/submenubottom.png') no-repeat bottom center;
    clear: both;
}
.tabs ul li ul li
{
    text-align: left;
    padding: 1px 0;
    display: block;
    clear: both;
    text-align: center;
    float: none;
    background: #9db027 url('../Images/submenuline.gif') no-repeat bottom center;
}
.tabs ul li ul li a
{
    padding: 0;
    border: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    color: #656c0e;
    background: transparent none;
    float: none;
}
.tabs ul li ul li a:hover
{
    text-decoration: underline;
}
