Wrong topic area?
Anyhow, if u want remove the hover menu (completely) u can edit theme.css file:
find:
Quote#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
display: block!important;
}
then replace with:
Quote#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
display: none!important;
}