			$(document).ready(function() { 
        			$('ul#menu-navigation-id').superfish({ 
				autoArrows:    false,
            			delay:       500,
            			animation:   {opacity:'show',height:'show'},
            			speed:       'medium',
            			dropShadows: true 
        			});
    			});
