.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
  font-style: normal;
  font-weight: bold;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;

}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
  font-style: italic;
  font-weight: normal;
}

.sitemap ul.level_2 li {
	padding		: 0 0 0 4em;
	white-space	: nowrap;
  font-style: normal;
  font-weight: normal;

}
.sitemap .active {
	font-style	: italic;
}