jQuery(document).ready(function() {
	jQuery('ul.sf-menu').supersubs({
		minWidth:	6,
		maxWidth:	12,
		extraWidth:	0
	}).superfish({
		dropShadows: true,
		autoArrows:	false
	});
});
