.categoryName {
	font-family: verdana,helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 17px;
	background-image: url(../images/categoryNameBg.gif);
	background-repeat: no-repeat;
	width: 100%;
	line-height: 32px;
	height: 32px;
	padding-left: 12px;
	display: block;
}

.categoryName:visited {
	color: #ffffff;
	text-decoration: none;
}

.categoryName:active {
	color: #ffffff;
	text-decoration: none;
}

.categoryName:hover {
	color: #ffffff;
	text-decoration: none;
}

