#categoryNav {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #EB8BA7;
	height: 25px;
	color: #000;
	/* border-right: 2px solid #EB8BA7; */
}

#categoryNav li {
	float: left;
	text-align: center;
	width: 16%;
}

#categoryNav a {
	display: block;
	padding: 0 1px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #EB8BA7;
	color: #FCD2DC;
	font-size: 12px;
}

#categoryNav a:hover {
	background-color: #FCD2DC;
	color: #EB8BA7;
}