.typography #sitemap ul {
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
	background:					url(../images/bg_ul_sitemap.gif) repeat-y;
}

.typography #sitemap ul li {
	margin:						0px;
	padding:					0px;
}

.typography #sitemap ul li.last {
	background:					#fff;
}

.typography #sitemap ul li a {
	display:					block;
	padding:					8px 10px 8px 25px;
	background:					url(../images/bg_a_sitemap.gif) no-repeat;
}

.typography #sitemap ul li a.last {
	background:					url(../images/bg_a_sitemap_last.gif) no-repeat;
}

.typography #sitemap ul li ul {
	margin-left:				25px;
}