.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
background-image: url(../images/li.png);
background-repeat: no-repeat;
background-position: 0 .5em;
padding		: 0 0 0 10px;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0  a{
	font-weight:bold;
}
.sitemap ul.level_1 li {
	padding-left	: 10px;
	white-space	: nowrap;
        font-weight:normal;
}
.sitemap ul.level_1 a {
         font-weight:normal;
color:#0153A5;
}

.sitemap .active {
	font-style	: italic;
}