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