﻿body
{
    margin: 0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 1em;
    background: #FFFFFF !important;
    background-image: none;
}
a
{
    text-decoration: none;
    color: #625283 ;
}
a:hover
{
    color: #FB730F !important;
}

#SiteNavigation
{
    margin: 0;
    padding: 15px 0 0 0;
    height: 45px;
    width: 100%;
    clear: both;
}
    #SiteNavigation a
    {
        color: #000000;
        font-size: 0.9em !important;
        font-weight: 600;
        white-space: nowrap !important;
        text-transform: uppercase;
    }
        .NavLeft
        {
            float: left;
            clear: none;
            margin: 0 1px 0 0;
            visibility: hidden;
        }
        .NavMiddle
        {
            margin: 16px 0 0 0;
            float: left;
            clear: none;
            cursor: hand;
            display: inline-block;
        }
        .NavRight
        {
            float: left;
            clear: none;
            margin: 0 0 0 1px;
            visibility: hidden;
        }
    #SiteNavigation .parent, .parent_selected, #SiteNavigation .NavMiddle
    {
        background: none;
        margin: 0;
    }
    #SiteNavigation .parent_selected
    {
    }

