 $.noConflict();
  jQuery(document).ready(function($) {
								  
        $(function() {
            $("#cat-menu-shadow").lavaLamp({
                fx: "backout",
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
            });
        });
		
	  });	
