jQuery(document).ready(function() {
	jQuery("ul.sf-menu").supersubs( {
		minWidth: 4,
		maxWidth: 27,
		extraWidth: 1
	}).superfish({
		delay: 600,
		animation: {opacity:'show',height:'show'},
		speed: 'fast', 
		dropShadows: true
	});
});
