
#text.sitemap a{
    text-decoration:none;
}
#text.sitemap a:hover{
    text-decoration:underline;
}
#text.sitemap ul{
    font-weight:bold;
    list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
#text.sitemap ul ul li{
    list-style-type:none;
	margin-left:0px;
	padding-left:35px;
	background:url(img/sitemap-strich.gif) 0px 0px no-repeat;	
}
#text.sitemap ul ul ul li{
    font-weight:normal;
	font-size:0.95em;
	margin-left:-20px;
	padding-left:45px;
	background:url(img/sitemap-strich2.gif) 0px 0px no-repeat;	
}