﻿.tabContainer
{
    width: 980px;
    height: 55px;
    overflow: hidden;
    position: relative;
    background: #FFF;
}
.homeTabs
{
    width: 1000px;
    height: 36px;
    position: absolute;
    bottom: 0px;
}

UL.tabNavigation
{
    list-style: none;
    margin: 0;
    padding: 0;
}

UL.tabNavigation LI
{
    display: inline;
}

UL.tabNavigation LI A
{
    background-position: left top;
    position: relative;
    top: 0px;
    float: left;
    margin: 0px 10px 0 0;
    list-style: none;
    cursor: pointer;
    width: 187px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    background: url(../images/interface/Tabs/tabs_5_bg.png) repeat-x left top;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    border-top: 1px #FFF solid;
    border-left: 1px #FFF solid;
    border-right: 1px #FFF solid;
    font-weight: bold;
}

UL.tabNavigation LI:first-child A 
{
    background: url(../images/interface/Tabs/tabs_5_bg_gold.png) repeat-x left top;
}

UL.tabNavigation LI A:hover, UL.tabNavigation LI:first-child A:hover
{
    text-shadow: 0 0 7px #FFF;
}

UL.tabNavigation LI A.selected, UL.tabNavigation LI:first-child A.selected
{
    background: url(../images/interface/Tabs/tabs_5_bg.png) repeat-x left -36px;
    color: #022d4f;
    font-size: 14px;
    border-top: 1px #e2e2e2 solid;
    border-left: 1px #e2e2e2 solid;
    border-right: 1px #e2e2e2 solid;
    -moz-box-shadow: 3px 3px 5px #888;
}


