.siteMapSection {
	width: 190px;
	float: left;
}

.siteMapSection ul {
	background: url(../images/sitemap-rail.png) repeat-y 0 0;
	padding: 0 0 0 0;
	margin: -6px 0 2em 5px;
}

.siteMapSection ul li {
	list-style-image: none;
	list-style-type: none;
	background: url(../images/sitemap-item.png) no-repeat 0 8px;
	margin: 0 0 0 2px;
	padding: 0 0 0 18px;
	position: relative;
	top: 8px;
}
