
.navbar {
    background: none;
    border: none;
    margin-bottom: 0;
    /*background: url(../interface/bg-menu-left.png) left top no-repeat;*/
    /*height: 101px;*/
    margin-right: -15px;
    margin-left: -15px;
}

.navbar .container-fluid {
    position: relative;
    background: url(../interface/bg-menu-color.png);
    height: 90px;
}

h1.navbar-brand {
    width:120px;
    height:90px;
    text-indent:-5000px;
    background:url(../interface/logo.png) no-repeat;

    padding: 0;
    margin: 0;
    position: relative;
    left: 30px;
}

ul.nav li, ul.nav li a {
    font-size:1.2em;
    font-weight:400px;
    text-decoration:none;
    text-transform:uppercase;
    line-height:60px;
    color:#FFFFFF;
    z-index: 10000;
}

ul.nav li a:hover { background:url(../interface/setinha-menu.png) center bottom no-repeat; }

.navbar-toggle .icon-bar {
    background: #fff;
    height: 4px;
    width: 32px;
}

.headline {
    background: url(../interface/bg-menu-pattern.png) repeat-x;
    text-transform: uppercase;
    font-size:2.1em;topo
    line-height:110px;
    color:#555555;
    font-weight:400;
    letter-spacing:.2em;
}

.headline strong {
    color: #2e3744;
    font-weight: 600;
}