// Document.ready
$(function() {

	$("#menu ul").superfish({
		delay		: 100,
		animation	: {opacity:"show"},
		speed		: "fast"
	});

});