$(document).ready(function (){  
  //Usage
  $(".menu ul li").menu({
    autostart:1,
  	autohide: 1,
	autostartSpeed: 0
  });
}); 
