$(document).ready(function(){

		jQuery.noConflict();
		jQuery(function($){ $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation:{opacity:'show'}, speed:'def', autoArrows:1, dropShadows:1}) });
		jQuery.event.special.hover.delay = 100;
		jQuery.event.special.hover.speed = 100;
	jQuery(function($){
	MenuSetWith();
		
		$(window).resize(function(){
			MenuSetWith();
		});
	
		function MenuSetWith() {
				var width = $("#cen").width()+41;
				$(".top_menu").width(width);
				//alert(width);
			}
			$('a[href="/catalog.html"]').css({display:"none"});
			$("a:contains('Назад')").css({display:"none"});
	});
	
	

});
