/*Menu*/
.cMenuPortal {
    clear: both;
    height: 45px;
    margin: 0 10px;
    margin-bottom: -2px;
    position: relative;
    background: #197E48;
    box-shadow: 3px 0 3px #999999;
    border-bottom: 1px solid #206942;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cMenuPortal > ul {
    list-style: none;
    margin: 0;
    padding: 9px 0 0 0;
    float: left;
    width: 940px;
}
.cMenuPortal > ul > li {
    list-style: none;
    /* margin: 0 10px 0 40px; */
    padding: 0 26px 0 26px;
    position: relative;
    display: block;
    width: 260px;
    height: 28px;
    float: left;
    text-align: center;
    font-family: 'open-sans';
}
.cMenuPortal > ul > li:not(:last-child) {
    border-right: 1px solid #FFFFFF;	
}
.cMenuPortal > ul .cMenuPortalInicial
{
    width: 80px;
}
.cMenuPortal > ul .cMenuPortalInicial a:hover
{
    text-decoration: underline;
}
.cMenuPortal > ul > li > a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    display: block;
    height: 37px;
}
/*.cMenuPortal ul li a:hover {
    color: #333;
}*/
.cMenuPortal ul li ul{
    display: block;
    position: absolute;
    left: -9999px;
    padding: 0;
    background: #197E48;
    width: 288px !important;
    margin: 25px 0 0 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cMenuPortal ul li:hover ul {
    position:absolute;
    left:0;
    text-align:center;
    top: 12px;
    /*background: url(../imagens/fundoSubMenu.png) #ccc;*/
    z-index:20;
}

.cMenuPortal ul li ul li{
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 5px 0;
    box-shadow: 0 0 1px #00592D;
}
.cMenuPortal ul li ul li:not(:last-child){
	border-bottom: 2px groove #4A9D63;
}
.cMenuPortal ul li ul li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cMenuPortal ul li ul li:hover{
    background: #eee;
}
.cMenuPortal ul li ul li:hover:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cMenuPortal ul li ul li a {
    color: #E5E5E5;
    font-size: 18px;
    display:block;
    text-decoration: none;
    padding: 7px 5px;
}
.cMenuPortal ul li ul li a:hover {
    color: #00592D;
}