/********************MENU 1° LIVELLO*******************/
.menu-item-liv1 {
    margin-right: 20px;
    cursor: pointer;
}

.menu-item-selected {
    width: 223px;
}

.menu-item, .menu-item-on, .menu-item-separatore, .menu-item-separatore-on {
    cursor: pointer;
    width: 225px;
    padding: 4px 10px 4px 10px;
}

.menu-item, .menu-item-separatore {
    background-color: #222;
}

.menu-item-on, .menu-item-separatore-on {
    background-color: #444;
}

.menu-item-separatore, .menu-item-separatore-on {
    border-top: 1px solid #444;
}

.menu-item-text {
    font-size: 17px;
    line-height: 13px;
    color: #999;
}

.menu-item-text-on {
    font-size: 17px;
    line-height: 13px;
    color: #fff;
}

#dm0m0 > table {
    background: url(/images/2014/darkBkg.png);
}

    #dm0m0 td {
        padding: 7px 14px;
    }
