var $j = jQuery.noConflict();

$j(document).ready(
	function() {
		$j('ul.sf-menu').supersubs( {
			minWidth: 8,
			maxWidth: 50,
			extraWidth: 1
		}).superfish( {
			animation: { opacity: 'show', height: 'show' },
			speed: 'fast',
			autoArrows: false,
			dropShadows: false
		});
	}
);