/* MENU */

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

