﻿.sitemapLevel1 {
	list-style: square;
	line-height: 20px;

}
.sitemapLevel2 {
	list-style: disc;
	line-height: 20px;
}
.sitemapLevel3 {
	list-style: circle outside;
	line-height: 20px;
}
.sitemapLevel1 a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #63635d;
}
.sitemapLevel1 a:hover {
	text-decoration: underline;
}
.sitemapLevel2 a {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	color: #63635d;
}
.sitemapLevel2 a:hover {
	text-decoration: underline;
}
.sitemapLevel3 a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #63635d;
}
.sitemapLevel3 a:hover {
	text-decoration: underline;
}
