(function($){
	$(function(){
		$("div.lnmm-block-menu").mouseover(function(){
			$(this).css({backgroundColor:'#E0E0E0'});
		}).mouseout(function(){
			$(this).css({backgroundColor:'#F6F5F0'});
		});
	});
})(jQuery);
