#CatNav {
	margin: 0;
	padding: 0;
}

#CatNav a {
	display: block;
	background: #E1E1E1 url(cat_bullet.gif) no-repeat center left;
	color: #464646;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#CatNav a:hover {
	color: #464646;
	background: #D3D3D3 url(cat_bullet.gif) no-repeat center left;
}
