jQuery(document).ready(function($){

	jQuery(".menu ul li").menu({
		autohide: 1,
		autostartSpeed: 0
	});

});

