Menu Slide a jQuery Plugin

Had this passed to me today: http://nettuts.com/tutorials/javascript-ajax/how-to-create-a-mootools-homepage-inspired-navigation-effect-using-jquery/

Include it like any other plugin and use as follows:

$(“.menu-slide”).menuSlide({pad_out:10,pad_in: 0,pad_time: 300,time: 200,slide_in: 20});

Great script, but it could be better as a jQuery plugin. So here it is: jquerymenuslide