First I'd like to start by saying I'm very new to jquery and pretty new to Javascript as well.
I'm looking to add some jquery/javascript to a css menu to create a delay between options to prevent a the options closing before a user gets to select it. I did some research and found this How to add a delay to CSS Vertical Dropdown Menu
But it seems to do the opposite which delays the opening not the closing of the sub menus.
Here is what I have http://jsfiddle.net/5jd7c/6/
Note that if you try to go directly from set 1 to opt 2 by going diagonally it closes the option and you end up in set 2 instead.
Thank you in Advance.