﻿/***** Menu Classes *****/
#MenuWrapper .menu
{
    padding-left:225px;
}

.menu {
    background-color: #FFFFFF;
    background-position-y: 25px;
    background-image: url('../../Images/tip-horizontal-web.png');
    background-repeat: no-repeat;
    min-height: 2em;
    position: relative;
}



    .menu img {
        border-width: 0px;
        height: 16px;
        width: 16px;
    }

    .menu img {
        border-width: 0px;
        height: 16px;
        width: 16px;
    }

.topMenu {
}

.topMenuItem {
    padding: 2em 1em 2em 1em;
    white-space: nowrap;
    border-top: 3px solid #FFFFFF;
}

    .topMenuItem > a {
        color: #2C2F32;
        cursor: default;
        font-weight: normal;
        white-space: nowrap;
        font-family: 'Open Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

.topMenuItemHover {
    background-color: #F9F9F9;
    border-top: 3px solid #998fb5;
}

    .topMenuItemHover > a {
        text-decoration: underline !important;
    }

        .topMenuItemHover > a[href="#"] {
            text-decoration: none !important;
        }

.subMenu {
    background-color: #FFFFFF;
}

.subMenuItem {
    color: #2C2F32;
    padding: 0.3em 0.3em 0.3em 0.3em;
    white-space: nowrap;
}

    .subMenuItem a {
        color: #2C2F32;
        cursor: default;
        font-size: 0.9em;
        font-weight: normal;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

.subMenuItemHover {
    background-color: #FFFFFF;
}

    .subMenuItemHover > a {
        text-decoration: underline !important;
    }

        .subMenuItemHover > a[href="#"] {
            text-decoration: none !important;
        }
