/* Site map related settings */

#SiteMap {
  margin: 0px;
  padding: 10px 0px 10px 15px;
}

a.HomeLink {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.SiteMapTree, .SiteMapSubTree {
  margin-left: 15px;
  padding: 0px;
}

#SiteMap, .SiteMapTree li, .SiteMapSubTree li {
  list-style: none outside;
}

a.SiteMapFolder {
  background-color: transparent;
  color: rgb(80,80,120);
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.SiteMapTree li .SiteMapFile {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
  background: url(../images/square.gif) no-repeat 0em 0.3em;
}

.SiteMapTree li .SiteMapFolder {
	color: #000;
	font-weight: bold;
   background: url(../images/square.gif) no-repeat 0em 0.3em;
}

a:hover, a.SiteMapFile:hover {
	text-decoration: underline;
}
