// JavaScript Document

jQuery(document).ready(function(){
	jQuery('#navigation ul').superfish({ 
		animation: {height:'show'}, 
		speed: 'normal',
		hoverClass: 'hover',
		disableHI:false,
		autoArrows:false,
		dropShadows:false
	}); 
});

