﻿/* Tabs  -----------------------------------------------------------------*/

/*.tabs
{
    float: left;
    width: 100%;
    background: #d5d4d2;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #e3001b;
    margin-bottom: 1em;
}
.tabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.tabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
.tabs a
{
    float: right;
    background: url(/images3/tabs/tableftE.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}



.tabs a span
{
    float: left;
    display: block;
    background: url(/images3/tabs/tabrightE.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #FFFFFF;
}

.tabs a span
{
    float: none;
}

.tabs a span.activelinks
{
    float: left;
    display: block;
    background: #2580a2 url("/images3/menu-hover.gif") bottom center no-repeat;
    padding: 5px 15px 4px 6px;
    color: #FFFFFF;
}

.tabs a span.activelinks
{
    float: none;
}
.tabs a:hover span
{
    color: #FFFFFF;
}
.tabs a:hover
{
    background-position: 0% -42px;
}
.tabs a:hover span
{
    background-position: 100% -42px;
}
*/

.tabs
{
    float: left;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    background: #EDEDED;
    height: 30px;
    z-index: 0;
    text-decoration: none;
}

.tabs ul
{
    padding: 0;
    margin: 0;
    z-index: 0;    
}

.tabs li
{
    position: relative;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #FFFFFF;
    text-decoration: none;    
    z-index: 0;    
}

.tabs li a, .tabs li a:visited
{
    height: 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    background: url('/images3/tabs/tabrightE.gif') no-repeat right top;
}

.tabs a span
{
    float: left;
    display: block;
    padding: 0 6px;
    color: #FFFFFF;
    text-decoration: none;
}

.tabs li a:hover
{
    background: #2580a2 url("/images3/menu-hover.gif") bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.tabs ul ul
{
    position: absolute;
    top: 30px;
    visibility: hidden;
    z-index: 0;
}

.tabs li ul li a, .tabs li ul li a:visited
{
    width: 200px;
    margin-left: -44px;
    background-image: none;
    color: #e3001b;
    background: #EDEDED;
    z-index: 0;
}

.tabs li ul li a:hover
{
    background: #2580a2 url("/images3/menu-hover.gif") bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.tabs ul li:hover ul
{
    visibility: visible;
}

.tabs ul ul ul li
{
    visibility: hidden;
    left: 150px;
    top: -30px;
    z-index: 0;
}

.tabs ul ul li:hover ul li
{
    visibility: visible;
    width: 100%;
    z-index: 0;
}

.tabs .activelinks
{
    background: #2580a2 url("/images3/menu-hover.gif") bottom center no-repeat;
    color: #FFFFFF;
}
