jQuery(function($) {
	$(".b-hmenu a.b-title").click(function(){
		$(this).parents("li").not("#tags_cloud_btn").toggleClass("active");
	});
});
