#cateTree{
  display:inline;
}

#sidebar #cateTree ul li a, #sidebar #cateTree ul li a:visted{
  display:inline;  
  border-bottom:0 dotted #C0C0C0;
  color:#333333;
  padding:2px 0;
}

#sidebar #cateTree a, #sidebar #cateTree a:visited{
  display:inline;  
  border-bottom:0 dotted #C0C0C0;
  color:#333333;
  padding:2px 0;
}


#cateTree .empty_img{
	width:12px;
	height:12px;
	margin-right:4px;
	padding:0;
	border:none!important;
	display:inline;
}

#cateTree .feed_img{
	width:12px;
	height:12px;
	display:inline;
}

#cateTree .top_text{
	background:url(images/top.gif) 0 0px no-repeat;
	display:inline;
}

#cateTree .parent_first{
	background:url(images/point_top.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .parent{
	background:url(images/point.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .parent_last{
	background:url(images/point_bottom.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .parent_first_s{
	background:url(images/point_top_s.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .parent_s{
	background:url(images/point_s.gif) 0 0px no-repeat;    
	display:block;
}

#cateTree .parent_last_s{
	background:url(images/point_bottom_s.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .no_parent_first{
	background:url(images/no_point_top.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .no_parent{
	background:url(images/no_point.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .no_parent_last{
	background:url(images/no_point_bottom.gif) 0 0px no-repeat;
	display:block;
}

#cateTree .last_cate{
	background:url(images/no_point_bottom.gif) 0 0px no-repeat;
}


#cateTree .branch{
	padding-left:20px;
	background:url(images/line.gif) 0 0px repeat-y;
	display:inline;
}

#cateTree .branch_link{
	text-decoration:none!important;
	border:none !important;
	display:inline;
}

#cateTree .hint_link{
	text-decoration:none!important;
	border:none !important;
	display:inline;
}


#cateTree .branch_last{
	padding-left:20px;
	display:block;
}

#cateTree .branch_item{
	background:url(images/no_point.gif) 0 0px repeat-y;
	display:block;
}