﻿nav.navigation ul {
    list-style: none;
    float: left;
}




nav.navigation ul li {
    float: left;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

    nav.navigation ul li a {
        padding: 9px 16px 8px 10px;
        text-decoration: none;
        display: inline-block;
    }

        nav.navigation ul li a.sub {
            background: url(../Images/Others/setaMenu.gif) no-repeat right center;
        }

    nav.navigation ul li:hover {
        background: -moz-linear-gradient(top, #fdce76 0%, #fdce76 50%, #eebf66 51%, #eebf66 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdce76), color-stop(50%,#fdce76), color-stop(51%,#eebf66), color-stop(100%,#eebf66));
        background: -webkit-linear-gradient(top, #fdce76 0%,#fdce76 50%,#eebf66 51%,#eebf66 100%);
        background: -o-linear-gradient(top, #fdce76 0%,#fdce76 50%,#eebf66 51%,#eebf66 100%);
    }

    nav.navigation ul li a img {
        width: 16px;
        height: 16px;
        margin: -1px 7px 0 0;
    }

    /* Drop-Down Navigation */

    nav.navigation ul li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

nav.navigation ul ul,
nav.navigation ul ul li ul {
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    background: #f8f8f8;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

nav.navigation ul ul {
    top: 30px;
}

    nav.navigation ul ul ul {
        top: -1px;
        left: 161px;
    }

    nav.navigation ul ul li {
        width: 100%;
        clear: both;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        nav.navigation ul ul li a {
            width: 160px !important;
            color: #616161;
            border: 0 none !important;
            float: left;
            clear: both;
            background: none;
        }

            nav.navigation ul ul li a.sub {
                background-image: url(../Images/Others/setaSubMenu.gif);
                background-repeat: no-repeat;
                background-position: right center;
            }

/* Vertical */

nav.navigation.vertical ul li a.sub {
    background-image: url(../Images/Others/setaSubMenu.gif);
}

nav.navigation.vertical ul ul {
    top: 0;
    left: 160px;
    float: left;
}

.slRegiao {
    width: 120px;
}

.divStatus {
    float: right;
}

.div_perfil_azul {
    background: #3498DB;
    color: #3498DB;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.div_perfil_vermelho {
    background: #e9833f;
    color: #e9833f;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.div_perfil_verde {
    background: #26B99A;
    color: #26B99A;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
