.guide-menu{
    padding: 0px 0px;
    background: url('../imagens/topo/fundo.jpg') repeat;
    border-bottom: 10px solid #FFF;
    height: 120px;
}

#menu-geral{
    float: left;
    margin-top: 57px;
}

#menu-geral div{
    height:0 !important; /*IE7 Hack*/
}

#menu{
    list-style-type: none;
    display: inline-block;
}

#menu .li{
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

/*#menu .li a{
    display: block;
    float: left;
    color: #7eaa31;
    padding: 0 12px;
    margin: 0px 1px;
    height: 100%;
    line-height: 90px;
    font-size: 17px;
    font-family: 'BebasNeue Bold';
    text-transform: uppercase;
}
*/

#menu .li a{
    display: block;
    float: left;
    color: #fff;
    padding: 0 12px;
    margin: 0px 1px;
    height: 20px;
    font-size: 17px;
    font-family: 'BebasNeue Bold';
    text-transform: uppercase;
}

#menu .li a:hover,
#menu .li a.current,
#menu .li a.current:hover{
    color: #f9f67e;
    text-decoration: none;
}

/*Subs Menus*/
/*Subs menu*/

#menu .ul .li{
    position: relative;
    padding: 2px 0;
    margin: 2px 0;
}

/*1st sub level menu*/
#menu .li .ul{
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    top: 20px;
    z-index: 1000;
    background: rgba(7, 44, 93, 0.86);
    border: 1px solid #ccc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu .li .ul .li{
  margin-bottom: 5px;
  cursor: default;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu .li .ul .li .ul{
    top: 0;
}

#menu .li .ul .li a{
  width: 160px;
  padding: 0px 10px !important;
  text-align: left;
  height: 18px;
  line-height: 21px;
  margin: 2px 0;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

#menu .li .ul .li:first-child a{
    /*border-top: 3px solid #eee;*/
}

#menu .li .ul .li a:hover{
    background-color: inherit;
    text-decoration:  underline;
    /*background:transparent  url('../imagens/menu/hover.jpg') repeat-x;*/
}


/*Menu Lateral*/
.menu-lateral,
.menu-lateral ul{
    list-style: none;
}

.menu-lateral ul{
   margin-bottom: 10px;
}

.menu-lateral a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.menu-lateral a:hover,
.menu-lateral a.current{
    text-decoration: none;
    color: #0c0c0c;
    font-weight: bold;
}

.menu-lateral ul a {
    margin-bottom: 10px;
    margin-left: 5px;
}


.menu-lateral ul a.current,
.menu-lateral ul a:hover{
    text-decoration: none;
    color: #422d26;
    font-weight: bold;
}

.responsive{
    display: none;
}

.responsive ul span li{
    color: #fff;
}

.responsive ul span ul{
        margin-left: 7%;
}

#logo-topo{
    width: 215px;
    float: left;
    margin-top: 15px;
}

#logo-topo img{
    width: 100%;
    height: 100%;
    float: left;
}

@media screen and (max-width: 780px){

    .responsive{
        width: 175px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -310px;
        padding: 10px;
        background: #201f1e;
        z-index: 10;
        overflow: auto;
    }

    .menu-site li:last-child{
        margin-bottom: 30px;
    }

    #menu-geral{
        display: none;
    }

    .menu-anchor,
    .p-menu-anchor {
        right:0;
        top:0;
        width: 50px;
        height: 41px;
        display: inline-block;
        vertical-align: middle;
        position: fixed;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        background:rgba(32,31,30,.7);
        margin:15px 15px 0 0;
        z-index:9999;
    }

    .menu-anchor:before,
    .p-menu-anchor:before {
        content: "";
        display: block;
        margin: 11px auto;
        width: 50%;
        height: 0.25em;
        background:#fff;
        box-shadow: 0 .50em 0 0 #fff, 0 .99em 0 0 #fff;
    }

    .p-menu-anchor {display:none;}

    .p-menu-anchor:before {
        background:#f0a305;
        box-shadow: 0 .50em 0 0 #f0a305, 0 .99em 0 0 #f0a305;

    }

    .responsive li {
        float: left;
        width: 90%;
        padding: 5%;
        display: block;
    }

    .responsive a {
        text-decoration:none;
        color:#fff;
    }
}

@media screen and (max-width: 360px){
}
