$(document).ready(function(){			
	// dropdown menus
	$("#menu").superfish({
		hoverClass	: "on",
		animation : { opacity:"show" }
	});	
});

