.categoryName {
	display: inline-block;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-image: url(imag/categoryNameBg.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 2px;
}

.categoryName:visited {
	text-decoration: none;
}

.categoryName:active {
	text-decoration: none;
}

.categoryName:hover {
	text-decoration: none;
}

.categoryName span {
	margin-left: 20px;
}

