		//menu
	$(function(){
			$('#top_menu').superfish({
				autoArrows:    false, 
				delay:700
				});
				
				
				$("#search_text").click(function(){
					$(this).val('');
					$(this).removeClass('disabled');
				})
		
		});

