[accordion] return to current open state when mouse moves out of the navigation

[accordion] return to current open state when mouse moves out of the navigation


I have the accordion script working with "mouseover" event - (in-fact
i managed to get it working with the hoverIntent plugin through
instructions from Jörn in another thread)
You can see an example of this working on our development server :
http://snipr.com/7epkx
I would like the menu to return to the current open state when the
mouse moves out of the menu. Currently it stays open on the last
hovered menu, which we think is a little confusing.
I have set the "alwaysOpen" value to true, but this does not seem to
have any effect (with either onhover or hoverIntent events)
Should the alwaysOpen setting work or do i need to write something
extra?
Thanks,
Michael