Get Sub-Menu Dropdown to Show Over Page Content

There is an overflow issue with your menu items. To solve it, head over to Appearance > Customize and add this piece of CSS to your custom CSS:

.fusion-main-menu{
    overflow:visible!important
}

This will allow your submenu to overlap the DIV while hovered.