// JavaScript Document
jQuery(function(){
	jQuery('ul#nav').superfish({ 
		delay:       0,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false
    });
});

