Mouseover & mouseout callbacks
In this release two new events have been added to the list of available options.
{
'mouseover' : function() {},
'mouseout' : function() {}
}
They're fairly self explanatory, fired at menu item mouseover and mouseout resepectively.