$(function(){
	$("#MainMenu").supersubs({extraWidth: 1 }).superfish({
	    dropShadows: false,
	    autoArrows: false,
        animation: {height:'show'},  
        speed: 300
	}).find("li.current").parent().closest("li").addClass("current");
});
