.menu {
    background-color: red;
}

#cabecalho .menu {
    background-color: green;
}

.menu.superior {
    background-color: yellow;
}