.categoryName {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	display: list-item;
	list-style-type: none;
	padding: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccddeb;
	background-color: #edf5f9;
}

.categoryName:visited {
}

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

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

