#sitemap {
	list-style: none;
}

#sitemap li {
	background: transparent url('/img/list_point.jpg') left no-repeat;
	padding-left: 17px;
	position: relative;
	line-height: 2;
}

#sitemap a {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #5d5d5d;
}

#sitemap a:hover {
	text-decoration: none;
	color: #CF3030;
}

#sitemap li.inner{
	margin-left: 34px;
	list-style: none;
	background: transparent url('/img/list_point2.gif') left no-repeat;
	padding-left: 15px;
	position: relative;
}

#sitemap li.inner a{
	color: #CF3030;
}
