#sitemaptree ul  {
  list-style: none;
  margin: 0 5px 5px 10px;
  padding: 0;
}

#sitemaptree li {
	position: relative;
  list-style: none;
  margin: 2px 0;
  padding: 0 0 0 12px;
  background: url('../../../images/bullet.gif') no-repeat 0 5px;
}

#sitemaptree li a {
	color: #9e4a3d;
	font-weight: bold;
}

#sitemaptree li li a {
	font-weight: normal;
}