#sitemapTable {
	border-spacing: 10px;
	width: 100%;
}

#sitemapTable td {
	padding: 6px;
	vertical-align: top;
	background-color: #F2F2F2;
}

.level_1 {
	text-indent: 0px;
	font-weight: bold;
	line-height: 18px;
}

.level_2 {
	text-indent: 20px;
	line-height: 18px;
}

.level_3 {
	text-indent: 40px;
	line-height: 18px;
}

.level_4 {
	text-indent: 60px;
	line-height: 18px;
}

.aSitemapLink:link, .aSitemapLink:visited {
	text-decoration: none;
}

.aSitemapLink:focus, .aSitemapLink:hover {
	text-decoration: underline;
}
