#site-map ul li a {
	background-position: left center;
	background-repeat: no-repeat;
	color: #454545;
}
#site-map ul li ul li a {
	background-image: url(../../../img/marker.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
}

#site-map ul li a:hover, #site-map ul li ul li a a:hover{
	color:#620000;
}