/* MENU */

jQuery(function($) {
	// Enhance the CSS menu by adding a delay and IE6 support
	$("#nav").superfish({animation: { opacity:"show",height:"show"},speed: "fast", delay: 1500});
});

