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

