﻿a {
    text-decoration: none;
}
ul, ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menus {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    padding: 20px;
    margin: 0 0 10px 0;
    background-color: #EBECEE;
    border: solid 1px #A7A49F;
}
.menu {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
}
.menu > li > a {
    background-color: #EBECEE;

    border-bottom: 1px solid #A7A49F;

    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 1.5em;

    display: block;
    position: relative;
    font-family: Roboto;
    font-weight: 300;
    color: #000000;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
    background: #FFF;
    border-bottom: 1px solid #EFEFF0;

    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 1.5em;

    display: block;
    position: relative;

    font-family: Roboto;
    font-size: 0.923em;
    font-weight: 400;
    color: #878d95;
}
.menu ul li:last-child a {
    border-bottom: 1px solid #A7A49F;
}
.menu > li > a:hover, 
.menu > li > a.active { background-color: #F1601F; color: #FFFFFF; border-bottom: 1px solid #F1601F; }
.menu > li > a.seleccionado { background-color: #F1601F; color: #FFFFFF; border-bottom: 1px solid #F1601F; } /* Para não entrar em conflito com o Js do menu */
