/* MENU */

$(document).ready(function() {
	// Enhance the CSS menu by adding a delay and IE6 support
	$("#MainMenu").superfish({animation: { opacity:"show",height:"show"},speed: "fast", delay: 1500});
	
	if ($("#SideMenu").length==1) {
	  $(".text1 table").css("width", "650px").css("cssText", "width: 650px !important");
	}
});

