Others on this forum have found a workaround that boils down to a user training issue: when in the menu, click the highlighted portion *next* to the item (on the right side), but not the item text itself.The reason is that iwov attaches the event handler to both the <li> and the <a> for backwards compat with IE (where event bubbling is borked), but Firefox will actually honor both events.