.categoryName {
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #4d90bd;
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
	padding-top: 8px;
	padding-bottom: 29px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../../layout/images/titleBgWithShadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
}

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

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

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

