// Superfish execute
jQuery(function(){
	jQuery('ul.sf-menu').supersubs({
	 minWidth: 12,
	 maxWidth: 27,
	 extraWidth: 1
	 }).superfish({
	 delay: 1,
	 animation: {opacity:'show'}, //Optional: ,height:'show'
	 speed: 0,
	 autoArrows: true,
	 dropShadows: true,
	 disableHI: false
});
});

