﻿/* ********************************************************************************* */
/* NÍVEL 0 */
#montra
{
    line-height: 25px;
    padding: 0 5px 0 5px;

    text-align: center;

    background-color: #E5E5E5;
}
.menu
{
    /*
    float: left;
    width: 100px;

    line-height: 25px;
    padding: 0 5px 0 5px;
    */
    width: 14%;
    border-top: solid 2px #FFFFFF;

    text-align: center;
}
/* ********************************************************************************* */
/* NÍVEL 1 */
#nivel1 { clear: both; }
#nivel1 .nivel1 { background-color: #E6E6E6; }
#nivel1 .nivel1:hover { background-color: #CCCCCC; }
#nivel1 .nivel1 .select { background-color: #CCCCCC; }
/* ********************************************************************************* */
/* NÍVEL 2 */
#nivel2 { clear: both; }
#nivel2 .nivel2 { background-color: #CCCCCC; }
#nivel2 .nivel2:hover { background-color: #A6A6A6; }
#nivel2 .nivel2 .select { background-color: #A6A6A6; }
#nivel2 .meio { border-top: solid 2px #CCCCCC; }
/* ********************************************************************************* */
/* NÍVEL 3 */
#nivel3 { clear: both; }
#nivel3 .nivel3 { background-color: #A6A6A6; }
#nivel3 .nivel3:hover { background-color: #8C8C8C; }
#nivel3 .nivel3 .select { background-color: #8C8C8C; }
#nivel3 .meio { border-top: solid 2px #A6A6A6; }
/* ********************************************************************************* */
/* NÍVEL 4 */
#nivel4 { clear: both; }
#nivel4 .nivel4 { background-color: #8C8C8C; }
#nivel4 .nivel4:hover { background-color: #666666; }
#nivel4 .nivel4 .select { background-color: #666666; }
#nivel4 .meio { border-top: solid 2px #8C8C8C; }
/* ********************************************************************************* */
/* NÍVEL 5 */
#nivel5 { clear: both; }
#nivel5 .nivel5 { background-color: #666666; }
#nivel5 .nivel5:hover { background-color: #2F2F2F; }
#nivel5 .nivel5 .select { background-color: #2F2F2F; }
#nivel5 .meio { border-top: solid 2px #666666; }
/* ********************************************************************************* */
