@CHARSET "UTF-8";

.navlist li li {
	/*margin-left: 20px;*/
}

.navlist ul.tree, 
.navlist ul.tree ul {
	list-style-type: none;
	background: url(../images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

.navlist ul.tree ul {
	margin-left: 10px;
}

.navlist ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(../images/node.png) no-repeat;
	color: #369;
	font-weight: bold;
}

.navlist ul.tree li.last {
	background: #fff url(../images/lastnode.png) no-repeat;
}

.navlist ul#sitemap, 
.navlist ul#sitemap li {
  list-style-type: none;
}

.navlist ul#sitemap li {
  margin-left: 20px;
  line-height: 18px;
}

.navlist ul#sitemap a.nodebutton {
  display: block;
  float: left;
  background: transparent url(../images/expanded.png) no-repeat scroll right 50%;
  width: 11px;
  height: 14px;
  border-bottom: none;
}

.navlist ul#sitemap a.collapsed {
  background-image: url(../images/collapsed.png);
  border-bottom: none;
}

.navlist ul#sitemap a.nodelink {
  font-size: 12px;
  line-height: 18px;
  margin-left: 7px;
}