﻿.tabContainer {
    background-color: #fafafa;
    height: 0px;
    margin-bottom: 10px;
    margin-left: -10px;
    overflow: hidden;
    width: 978px;
}
.homeTabs {
    height: 40px;
    width: 1300px;
        border-bottom: solid 5px #d3a518;
}
UL.tabNavigation {
    list-style: none outside none;
    margin: 0 0 0 20px;
    padding: 0;
}
UL.tabNavigation LI {
    display: inline;
}
UL.tabNavigation LI A {
    background-color: #000000;
    color: #DBAB00;
    cursor: pointer;
    float: left;
    font-family: 'Raleway', Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 39px;
    list-style: none outside none;
    margin-right: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 226px;
}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    background-color: #d3a518;
    color: #FFF;
}