
 jQuery(function(){
 jQuery('ul.dropdown').superfish({
 animation: {width:'show', height:'show', opacity:'show'},
 				speed: 1,
 				delay: 600
 } );
 });
        
