.MenuBox {
    width: 351px !important;
    width: 360px;
    height: 591px !important;
    height: 600px;
    overflow: auto;
    padding: 4px;
}
.Esterno {
    width: 360px;
    height: 600px;
    padding-left: 10px;
}
.Interno {
    width: 351px !important;
    width: 360px;
    height: 591px !important;
    height: 600px;
    overflow:auto;
    text-align: right;
}
.Nascondi {
    position:absolute;
    top: -9999px;
    left: -9999px;
    height: 0px;
    width: 0px;
    display: none;
}

