    jQuery(document).ready(function(){
        jQuery("ul.sf-menu").superfish({
			speed: 400,
			animation:  {opacity:'show',height:'show'},
			pathClass:  'current' ,
            autoArrows: true,
            pathLevels: 0,
            dropShadows: true
        });


    });
