﻿#mainNavContainer {
    background: url(/images/nav-bg.gif) repeat-x;
    height: 27px;
}

#mainNav {
    float: left;
    margin: 0;
    padding: 0px 0 0 28px;
    list-style: none;
}

    #mainNav li {
        float: left;
        margin: 0px 1px 0px 0px;
        padding: 0;
        font-family: Arial, Helvetica, Geneva, sans-serif;
        font-weight: normal;
        font-size: 1.2em;
        line-height: 1.2em;
        border-right: 1px solid;
        color: #acbf78;
    }

    #mainNav a {
        font-size: 12px;
        float: left;
        display: block;
        margin: 0;
        padding: 6px 8px 6px 8px;
        color: #ffffff;
        text-decoration: none;
        line-height: 1.2em;
        text-shadow: 0 -1px 1px rgba(89,87,87,0.7);
    }

        #mainNav a:hover {
            background-color: rgba(252,252,252,);
            background-color: #adc37d;
            display: block;
            color: #4e5342;
            text-shadow: 0 -1px 1px rgba(255,254,254,0.7);
            -webkit-transition-propery: background-color;
            -webkit-transition-duration: .1s;
            -webkit-transition-timing-function: linear;
        }

#n-previewit a {
    background: url(/images/previewit-11.png) no-repeat;
    width: 124px;
    float: right;
    height: 27px;
    display: block;
}

.headerBG {
    background: url(/images/header-bg-10.gif) no-repeat;
    height: 131px;
}

#headerContainer {
    height: 104px;
}

.divider {
    border-right: 1px solid;
    color: #8c9679;
}
