﻿#sitemap {
	clear: left;
}

#sitemap ul {
	list-style: none outside none !important;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #954D94;
	border-bottom: none;
	border-right: none;
	border-top: none;
}

#sitemap ul li {
	list-style: none outside none !important;
	margin: 3px 0 0.5em 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat top left;
}

/* Height in pixels of the image file needs to be adequate to cover the rendered page size */
#sitemap ul li.last {
	background: url(../images/bulletlast.gif) no-repeat top left;
	border-left: none;
	margin-left: -2px;
}

#sitemap a {
	color: #666666;
}

