jQuery.noConflict();
jQuery(document).ready(function($)
{
	$("ul.sf-menu").supersubs({ 
		minWidth: 15,
		maxWidth: 24,
		extraWidth: 1 // ensure lines don't break due to slight rounding differences and fonts
	}).superfish({ 
		delay: 300,
		animation: { opacity:'show', height:'show' },
		speed: 300,
		autoArrows: true,
		dropShadows: true
	});
	
});
