For those of you who may a little more guidance...
Replace this line:
Code:
$(".popupmenu").hover(
With something like this:
Code:
$("#tab_mjk1_938, #tab_mza2_195, #tab_mze1_234, #menu_mdu0_893, #vbmenu_community, #vbmenu_actions, #vbmenu_qlinks, .nonotifications, .notifications").hover(
Be sure to change the items in red to reference to your own specific tabs or menus.
--------------------
Edit: I had issues with this change myself. If there were any menus overlapping when activated, this would open up both/all the menus. Had to revert back until I can figure out a solution.