
@charset "utf-8";
#navbarOrg {
    background-color: #990000;
    min-height: 30px;
}
#navbarOrg ul {
    width: 100%;
}
#navbarOrg ul li {
    float: left;
    position: relative;
    margin: 0 14px;
}


#pg-pami #navbarOrg ul li {
    float: left;
    position: relative;
    margin: 0 10px;
}


#navbarOrg > ul > li > a {
    color: #fbfbfb;
    display: block;
    padding: 0 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

#navbarOrg.campanha > ul > li > a {
    padding: 0 0px;
}

#pg-pami #navbarOrg.campanha > ul > li > a {
    padding: 0 10px;
}

#pg-vai-vem #navbarOrg.campanha > ul > li > a {
    padding: 0 16px;
}

#navbarOrg > ul > li > a:hover {
    background-color: #C1282D;
}

.subMenuOrg {
    cursor: default;
    display: none;
    padding: 0;
    position: absolute;
    text-align: left !important;
    top: 30px;
    left: 0px;
    background-color: #fff;
    z-index: 1800;
    border-color: #D6303A;
    border-style: solid;
    border-width: 1px 2px 4px;
}
.subMenuOrg .box-menu {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*float: left;*/
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    width: 295px;
    /*border-right: solid #C1282D  1px ;*/
    /*    border-top: solid #C1282D 1px;
	
	border-right: solid #C1282D  1px;
	border-bottom: solid #C1282D  2px;*/
}
.subMenuOrg .level1 {
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    width: 280px !important;
}
.subMenuOrg .level1 a {
    color: #6A4E43;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}
.subMenuOrg .level1 a:hover {
    text-decoration: none;
}
.subMenuOrg .level2 {
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    margin-left: 15px !important;
    width: 265px !important;
}
.subMenuOrg .level2 a {
    color: #6A4E43;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}
.subMenuOrg .level2 a:hover {
    text-decoration: none;
}
.subMenuOrg .level3 {
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    margin-left: 45px !important;
    width: 235px !important;
}
.subMenuOrg .level3 a {
    color: #6A4E43;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    padding-top: 0 !important;
}
.subMenuOrg .level3 a:hover {
    text-decoration: none;
}
.subMenuOrg .level4 {
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    margin-left: 60px !important;
    width: 220px !important;
}
.subMenuOrg .level4 a {
    color: #6A4E43;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}
.subMenuOrg .level4 a:hover {
    text-decoration: none;
}

.subMenuOrg .level1, .subMenuOrg .level1 a, .subMenuOrg .level2 a, .subMenuOrg .level3 a, .subMenuOrg .level4 a{color: #6A4E43 }
.subMenuOrg .level1 a:hover, .subMenuOrg .level2 a:hover, .subMenuOrg .level3 a:hover, .subMenuOrg .level4 a:hover{color: #D8A300 }

#container #menuPami #navbarOrg > ul > li{  margin: 0 0;}
#menuPami #navbarOrg > ul > li > a {font-size: 13px; padding: 0px 12px 0 11px;}


@media only screen and (max-width: 1024px) {/*768*/
    #navbarOrg ul li {
	float: none;
	border-top: 1px solid #fff;
    }
    #navbarOrg ul li:first-child {
	border-top: 0px !important;
    }

    #navbarOrg .subMenuOrg{
        width: 100%;
        left: 0px;
    }

    .subMenuOrg .box-menu {
        display: block;
        zoom: 1;
         float: none;
        padding-bottom: 15px;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 15px;
        width: 100%;
        /* border-right: solid #C1282D 1px; */
    }
}