Solved the issue!
Added this snippet to style.css:
#site-navigation ul li:hover ul.sub-menu {
display: inline;
position: absolute;
left: 0;
top: 52px;
padding: 0;
z-index: 1000;
width: auto;
}
I also solved the issue where once you hover down to the options in the dropdown menu the menu disappears. All you need to do is move the menu closer to the dropdown.