$(function() {
	$("#menu ul").lavaLamp({
		fx: "easeinout",
		speed: 300
    });
});