jQuery(function(){
	jQuery('#navigation').superfish({
		delay:       100,
		animation:   { opacity: 'show' },
		speed:       'fast',
		autoArrows:  true,
		anchorClass: 'sf-with-ul',
		dropShadows: false
	});
});

