.CatSiteMap
{
	font-family: tahoma, verdana;
	font-size: 13px;
	color: #000000;
	border: 1px solid black;
}

.Category
{
	font-weight: bold;
	cursor: default;
}

.CategoryBreak
{
	background-color: #FFCC00;
	font-size: 1px;
	width: 535px;
	height: 5px;
	margin-top: 5px;
}

.CatRootNode
{
	font-weight: bold;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.CatRootNode a
{
	text-decoration: none;
}

.CatRootNode a:hover
{
	text-decoration: underline;
}

.CatLeafTableCell
{
	background-image: url(images/line_separator.gif);
	padding-left: 5px;
}

.CatLeafNode
{
	padding: 3px;
}

.CatLeafNode a
{
	text-decoration: none;
}

.CatLeafNode a:hover
{
	color: black;
	text-decoration: underline;
}
