﻿
.menuCSS {
    background-color: #FFFFFF;
    clear: both;
    float: none;
    height: 20px;
    width: 100%;
}
.menuCSS a {
    background: none repeat scroll 0 0 #868482;
    border-color: #CCCCCC #888888 #555555 #BBBBBB;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.menuCSS h3 {
    background-color: #868482;
    border-color: #CCCCCC #888888 #555555 #BBBBBB;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #FFFFFF;
    display: block;
    font: bold 16px tahoma,arial,helvetica,sans-serif;
    height: 100%;
    margin: 0;
    padding: 2px 5px;
    white-space: nowrap;
    width: 200px;
}
.menuCSS a, .menuCSS a:visited {
    clear: both;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 5px;
}
.menuCSS a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
    clear: both;
    color: #002E55;
}
.menuCSS a:active {
    background: none repeat scroll 0 0 #CCCCCC;
    clear: both;
    color: #006600;
}
.menuCSS ul {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 200px;
}
.menuCSS li {
    clear: both;
    font: 16px tahoma,arial,helvetica,sans-serif;
    position: relative;
}
.menuCSS ul ul {
    clear: both;
    display: none;
    position: absolute;
    top: auto;
    z-index: 500;
}
.menuCSS ul ul ul {
    clear: both;
    left: 100%;
    top: 0;
}
div.menuCSS li:hover {
    clear: both;
    cursor: pointer;
    z-index: 100;
}
div.menuCSS li:hover ul ul, div.menuCSS li li:hover ul ul, div.menuCSS li li li:hover ul ul, div.menuCSS li li li li:hover ul ul {
    clear: both;
    display: none;
}
div.menuCSS li:hover ul, div.menuCSS li li:hover ul, div.menuCSS li li li:hover ul, div.menuCSS li li li li:hover ul {
    clear: both;
    display: block;
}
.menuCSS a.x, .menuCSS a.x:visited {
    clear: both;
    color: #000000;
    font-weight: normal;
}
.menuCSS a.x:hover {
    background: none repeat scroll 0 0 #000000;
    clear: both;
    color: #FFFFFF;
}
.menuCSS a.x:active {
    background: none repeat scroll 0 0 #CCCCCC;
    clear: both;
    color: #006600;
}
.menuCSS a:disabled {
    clear: both;
    color: #006600;
}
#topo_menu {
    color: #002E55;
    font-family: Tahoma,Verdana,Arial;
    font-size: 14px;
    text-align: center;
}
#topo_menu ul li {
    border-right: 1px solid #99D1ED;
    display: inline;
    margin-top: 5px;
    position: relative;
}
#topo_menu ul li a {
    color: #002E55;
    font-weight: normal;
    margin-right: -5px;
    padding: 7px 10px;
    text-decoration: none;
}
#topo_menu ul li a:hover {
    background: none repeat scroll 0 0 #FCC833;
}
.ultimo_item {
    border-right-width: 0 !important;
}
#acesso {
    background: url("../img/bg_login.gif") repeat scroll left bottom transparent;
    float: right;
    padding: 10px 20px 10px 10px;
    width: 230px;
}
#acesso label {
    float: left;
    margin-top: 2px;
    text-align: right;
    width: 80px;
}
#acesso .cpf {
    border: 0 none;
    margin-bottom: 4px;
    margin-left: 3px;
    width: 170px;
}
#acesso .senha {
    border: 0 none;
    margin-left: 3px;
    width: 140px;
}
#acesso .btn, .btn {
    background: none repeat scroll 0 0 #00457F;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    padding: 1px 3px;
}
#linkEsqueciSenha {
    font-size: 11px;
    margin: 5px 0px 0px 0px;    
}
#linkEsqueciSenha a {
    color: #6CA1CD;
}
