.categoryName {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #016d4b;
	display: list-item;
	list-style-type: none;
	width: 220px;
	height: 39px;
	background-image: url(../../layout/images/bg.categoryName.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 39px;
}

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

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

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

