#sitemap {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969696;
}
#sitemap ul {
	line-height: 1.4em;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#sitemap .linksGreen li {
	background-image: url(../img/bullet_green_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#sitemap .linksRed li {
	background-image: url(../img/bullet_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#sitemap ul li a {
	color: #000;
	text-decoration: none;
}
#sitemap ul li a:hover {
	color: #C90;
}
