﻿.nst-menuNone {
    width: 5px;
    cursor: w-resize;
    height: 440px;
}

.nst-menuBlock {
    width: 5px;
    cursor: w-resize;
    height: 440px;
}

.DynamicMenuStyle {
    border: none;
    z-index: 1000;
}

.DynamicMenuItemStyle {
    background: #e5f1ff;
    padding: 5px 3px;
    font-size: 8pt;
    color: #003399;
    border: 1px solid #e5f1ff;
}

    .DynamicMenuItemStyle tr td img, .StaticMenuItemStyle tr td img {
        margin-right: 5px;
    }

.DynamicHoverStyle {
    background: #f2f8ff;
    border: 1px solid #6f9dd9;
}

.StaticMenuStyle {
    border-bottom: none;
}

.StaticMenuItemStyle {
    background: #e5f1ff;
    padding: 5px 3px;
    font-size: 9pt;
    color: #003399;
}

.StaticHoverStyle {
    background: #f2f8ff;
}

.StaticSelectedStyle {
}

.hover_esconde_menu {
    background: #ffe6a0;
    height: 440px;
    width: 5px;
    cursor: w-resize;
}

/* MENU GRID */

/* Navegação */

.nst-navGrid {
    /*background:url('imagem/navPageContent.gif') left top repeat-x;*/
    height: 24px;
    padding: 3px;
}

.nst-navGridOrc {
    padding: 3px;
}

    .nst-navGrid ul, .nst-navGridOrc ul {
        padding: 0;
        margin: 0;
    }

        .nst-navGrid ul li, .nst-navGridOrc ul li {
            list-style: none;
            float: left;
            margin: 0;
        }

        .nst-navGrid ul li, .nst-navGridOrc ul li {
            margin-right: 2px;
        }

.nst-navLogin {
    height: 27px;
    margin-bottom: 3px;
}

    .nst-navLogin ul {
        padding: 0;
        margin: 0;
    }

        .nst-navLogin ul li {
            list-style: none;
            float: left;
            margin: 0;
            text-align: center
        }


.nst-navGridOut {
    background: url('imagem/navPageBKGD.gif') top repeat-x;
    border: 1px solid #ededed;
    margin-bottom: 3px;
}

.nst-navGridOver {
    background: url('imagem/navPageBKGD2.gif') top repeat-x;
    border: 1px solid #9196a2;
}

.nst-btnSalvar a {
    width: 70px;
}

div#menu li a.active {
    background-position: left bottom !important;
    cursor: auto;
}
