#sitemap {
	margin-top: 10px;
    padding-left: 40px;
}

#sitemap a {
/*  color: #333;  */
  text-decoration: none;
  clear: both;
  display: block;
  padding-left: 10px;
}

#sitemap a:hover{
   /* color: #346291;*/
    text-decoration: underline;
}

#sitemap a.rootlevel {
  background: transparent url('../../../img/bullet1.gif') no-repeat left center;
}

#sitemap a.lowlevel {
  background: transparent url('../../../img/bullet2.gif') no-repeat left center;
}


#sitemap div {
    padding: 3px 0px;
}

#sitemap .title {
	color: #346291;
	font-size: 13pt;
	padding: 15px 0px;
}

#sitemap .lowlevel{
	background: url("img/bullet2.gif") no-repeat left;
	padding-left: 10px;
}

#sitemap .header_small {
	background: url("img/bullet1.gif") no-repeat left;
	padding-left: 10px;
}


