.guide-menu{
    padding: 0px 0px;
    background: url('../imagens/topo/fundo.jpg') no-repeat top center ;
    height: 146px;
}

.guide-menu .guide{
    padding: 14px 0;
}

#logo-topo-ctc{
    float: left;
    margin-right: 50px;
    visibility: hidden;
}

#logo-topo{
    float: left;
    margin-top: 25px;
}

#menu-geral{
    float: left;
    width: 690px;
    position: absolute;
    right: 20px;
    top: 60px;
}

#border-top-topo{
    visibility: hidden;
}

#border-bottom-topo{
    background-color: red;
    width: 100%;
    height: 5px;
}

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

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

#menu .li{
    display: block;
    float: left;
    position: relative;
    height: 60px;
    padding: 0px 10px;
}

#menu .li a{
    display: block;
    float: left;
    color: #0066cc;
    padding: 0 5px;
    margin: 0px 1px;
    line-height: 56px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

#menu .li a:hover,
#menu .li a.current,
#menu .li a.current:hover{
    color: #0066cc;
    background: url('../imagens/menu/hover.jpg') no-repeat bottom center;
    font-weight: bold;
    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: #0C4080;
    font-weight: bold;
}

.menu-lateral ul a {
}


.menu-lateral ul a.current,
.menu-lateral ul a:hover{
    text-decoration: none;
    color: #0C4080;
    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: 780px){

	#logo-topo{
		margin: 10px auto 0;
		float: inherit;
	}

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

    #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 {
        width:175px;
        height:100%;
        position:fixed;
        top:0;
        right:-310px;
        padding:10px;
        background:#201f1e;
    }

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

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