// Superfish
jQuery(function(){
	jQuery('ul.sf-menu').supersubs({ 
		extraWidth: 1,
		maxWidth:    30 
	}).superfish({
		speed:       'fast',
		autoArrows:  true,
		dropShadows: false
	});
});
