Mouseenter different in Safari?

Mouseenter different in Safari?

A minor thing, but really ennoying. I am using .mouseenter() ( http://api.jquery.com/mouseenter/)
And the script does what it is supposed to do, it show a menu. The "trigger" which has the onmouseenter is alsoo a link. If i click that link in FF, a new page is loaded and the menu stays "hidden" (i keep the pointer still)
If i do the same in Safari the menu  Opens as soon as the page is loaded. Which it shouldnt since it should only show onmouseenter.

At the demo here:http://api.jquery.com/mouseenter/ Safari does the same stupid thing. Anyone has any fick or workarround for this?