jQuery(function(){
	jQuery('ul.sf-menu').supersubs({
		minWidth:	11,
		maxWidth:	18,
		extraWidth:	1
	}).superfish({
		animation:	{opacity: 'show', height: 'show'},
		autoArrows:	false,
		dropShadows:	false
	});
});
