@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700);

.menu_header {
    height: auto;
    width: 100%;
    background-color: white;
}

/*#back-top {
position: fixed;
top: 20%;
right: 10%;
}
*/

ul.menu {
    list-style: none;
    z-index: 99;
    position: relative;
    margin-top: 15px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: right;
    /* display: table; */
}

ul.menucontainer {
    right: inherit !important;
    float: right;
    margin-left: 595px;
}


ul.menu * {
    margin: 0;
    padding: 0;
}

ul.menu a {
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.menu li {
    position: relative;
    float: left;
    max-width: 149px;
    text-align: center;
    display: table;
    vertical-align: middle;
    height: 70px;
}

ul.menu ul {
    position: absolute;
    top: 67px;
    left: 0px;
    display: none;
    opacity: 0;
    list-style: none;
    width: 200px;
    z-index: 999;
}
    ul.menu ul li {
        width: 200px;
        max-width: 200px;
    }
    ul.menu ul li {
        position: relative;
        border-top: none;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        width: 100%;
        height: auto;
    }

ul.menu li a {
    font-family: 'Open Sans', sans-serif;
    z-index: 999999;
    color: #146bae;
}

    ul.menu li a:hover {
    }

ul.menu ul li a {
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 13px;
    background-image: none;
    font-weight: 400;
    color: #666;
    display: inline-block;
    /* text-align: center; */
}





    ul.menu ul li a:hover {
        background-color: #DDDDDD;
        background-image: none;
    }


ul.menu ul ul {
    left: 148px;
    top: -1px;
}

ul.menu .menulink {
    font-weight: 600;
    width: auto;
    padding: 15px 10px;
    color: #4d5c68;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
}


    ul.menu .menulink:hover, ul.menu .menuhover {
        color: #146bae;
    }




ul.menu .sub {
}

ul.menu .topline {
}

.vocemenu {
    position: relative;
    top: 17px;
}


.sub {
    background-image: url(../img/sub.png);
    background-repeat: no-repeat;
    background-position: center 60px;
}
