/* ==========================*/
/* Estilos de menú por nivel */
/* ==========================*/

table.menuitemstyle_0 {
    width: 162px;
    height: 21px;
    background-image: url(../img/menu_ico_0.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid #aca899;
    text-indent: 20px;
}

a.menuitemstyle_0 {
    font: 8pt 'Arial', sans-serif;
    color: #808080;
    cursor: default;
}

table.menuitemstyle_1 {
    width: 162px;
    height: 21px;
    background-image: url(../img/menu_ico_1.gif);
    background-repeat: no-repeat;
    background-position: 20px center;
    border-bottom: 1px solid #aca899;
    text-indent: 30px;
}

a.menuitemstyle_1 {
    font: 8pt 'Arial', sans-serif;
    color: #808080;
    cursor: pointer;
}

a.menuitemstyle_selected {
    color: Black;    
    font-weight:bolder;
}


