   $(document).ready(function(){ 
       $(".nav").superfish({
		autofit : true,
		animation : { opacity:"show", height:"show" },
		expandClass : 'expand'
	}); 
   }); 
