#categoryBox {
	clear:left;
}

#categoryBox ul {
	list-style: none;
	height:23px;
	width:220px;
	margin:0px;
	padding:0px;
	background: url(http://resource1.wukong.com/htmlres/stock/images/cat_bg.gif) repeat-x left -7px;
}

#categoryBox li {
	float: left;
	height:23px;
}

#categoryBox li.hilighted {
	background: url(http://resource1.wukong.com/htmlres/stock/images/cat_bg.gif) no-repeat center bottom;
}

#categoryBox a {
	border-right:1px solid #000;
	padding:0px 5px;
	line-height:16px;
	display:block;
	float:left;
	text-decoration:none;
	color:blue;
}

#categoryBox li.hilighted a {
	color: #000;
}

#categoryBox a:hover {
}

