 $(function(){
	$(".category_tree_ li:last")
	.css({
		 'border' : 'none'
	});

	$(".navistyle_:odd")
	.css({
		 'background' : '#e8eae2'
	});
	
	$("div.mymenu_right_ ul li:even a")
	.css({
		 'background' : '#fffcf7',
		 'display' : 'inline-block',
		 'width' : '210px'
	});
	
	$("div.mymenu_right_ ul li:odd a")
	.css({
		 'background' : '#e3e0d3',
		 'display' : 'inline-block',
		 'width' : '210px'
	});
	
	$("div.navitopicpath_ a:last")
	.css({
		 'color' : '#404040'
	});
	
	$("div.goods_filter_ dl:odd")
	.css({
		 'background' : '#e8eae2'
	});
	

 });

