ul.sitemap-category {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #cfcfcf;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.sitemap-category.last-category {
	background-image: url(../images/site-map/br-outer-corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.sitemap-category h2 {
	line-height: 25px;
	vertical-align: bottom;
	padding-left: 4px;
}

ul.sitemap-category li {
	float: left;
	clear: left;
	width: 100%;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
}

ul.sitemap-category a {
	color: #5c5c5c !important;
	font-weight: normal !important;
	padding-left: 4px;
}

ul.sitemap-category a:visited {
	color: #5c5c5c;
}

ul.sitemap-category.grey li {
	border-bottom: solid white 1px;
}

ul.sitemap-category.white li {
	background-color: white;
	padding-bottom: 1px;
}

ul.sitemap-category.grey li.last {
	border-bottom: none;
	background: url(../images/table/bottom-row-grey.gif) no-repeat bottom right;
}

ul.sitemap-category.last-category li.last {
	background-image: url(../images/site-map/br-inner-corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.sitemap-category.white li.last {
	padding-bottom: 0;
}

ul.sitemap-category.white li.parent {
	background: url(../images/site-map/parent-line.gif);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-color: white;
}

ul.sitemap-category.white li.child {
	background-image: url(../images/site-map/child-line.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}

ul.sitemap-category.white li.child a {
	padding-left: 19px;
}