#nav
{
    float: left;
    list-style: none;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    border-width: 0px 0;
    width: 980px;
    height: 42px;
}

    #nav ul
    {
        float: left;
        list-style: none;
        line-height: 1;
        font-weight: bold;
        padding: 0px;
        border: solid #E2E2E2;
        border-width: 0px 0;
        width: 980px;
        margin-top: 0px;
        margin-left: 0px;
    }

    #nav a
    {
        display: block;
        color: #FFF;
        text-decoration: none;
        padding: 1em 1.2em 1em 1.2em;
        cursor: pointer;
    }

    #nav li li a
    {
        padding: 0.25em 1em;
        color: #666;
        cursor: pointer;
        background-color: #fff;
    }

    #nav li
    {
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 1px solid #fff;
        /*background: url(/images/header/menu-divider.gif) center right no-repeat;*/
    }


        #nav li li
        {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0em;
            width: 150px;
            text-align: left;
            background-color: #fff;
            background: url(/images/spacer.gif);
        }

        #nav li ul
        {
            position: absolute;
            left: -999em;
            width: 302px;
            font-weight: normal;
            border-width: 2px;
            margin: 0px 0px 0px 0px;
        }

            #nav li ul a
            {
                white-space: nowrap;
            }

            #nav li ul ul
            {
                margin: -1.75em 0 0 14em;
            }

        #nav li:hover ul ul, #nav li:hover ul ul ul
        {
            left: -999em;
        }

        #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul
        {
            left: auto;
        }

        #nav li:hover
        {
            color: #002E19;
            background-color: #FFF;
        }

        #nav li a:hover
        {
            color: #002E19;
            background-color: #FFF;
        }

        #nav li li a:hover
        {
            color: #002E19;
            text-decoration: underline;
        }

        #nav li li:hover
        {
            color: #000;
            font-weight: bold;
        }
/*=======================================================================================================================*/

.autocomplete-w1
{
    background: url(/images/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete
{
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected
    {
        background: #F0F0F0;
    }

    .autocomplete div
    {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete strong
    {
        font-weight: normal;
        color: #3399FF;
    }

    
.emailsubscribebutton
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B573), color-stop(1, #01A55A) );
    background: -moz-linear-gradient( center top, #22B573 5%, #01A55A 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B573', endColorstr='#01A55A');
    background-color: #22B573;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #01A55A;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    width: 120px;
    text-decoration: none;
    text-align: center;
}

    .emailsubscribebutton:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01A55A), color-stop(1, #22B573) );
        background: -moz-linear-gradient( center top, #01A55A 5%, #22B573 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A55A', endColorstr='#22B573');
        background-color: #01A55A;
    }

    .emailsubscribebutton:active
    {
        position: relative;
        top: 1px;
    }