.guide-menu{
    padding: 0px 0px;
    background: url('../imagens/menu/menu.jpg');
}

.guide-menu .guide{
}

#menu-geral{
    float: left;
    width: 100%;
    text-align: center;
}

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

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

#menu .li{
    display: block;
    float: left;
    position: relative;
    height: 100%;
}

#menu .li a{
    display: block;
    float: left;
    color: #fff;
    padding: 0 12px;
    margin: 0px 1px;
    height: 100%;
    line-height: 45px;
    font-size: 17px;
    font-family: 'Signika Light';
}

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

/*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;
    margin-left: 8px;
}

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

.menu-lateral ul a {
}


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

.responsive{
    display: none;
}

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

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

.subs{
    display: none;
}

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

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

    #menu-geral{
        display: none;
    }

    .menu-anchor,
    .p-menu-anchor {
        right:0;
        top:30px;
        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;
    }
}
