#sidebar {
  width: 230px;
  float: left;
  margin: 25px 0px 20px 25px;
}
#sidebar .pagetree_widget h2 {
  /*margin: 0px 0px 10px 0px;*/
  display: none;
}
#sidebar  h2 {
  display: block;
  margin: 30px 0px 10px 0px;
  font-size: 14px;
  color: #A7A7A7;
  border-bottom: 1px #E0E0E0 solid;
}

#sidebar .widget {
  list-style-type: none;
}


#sidebar .widget ul {
  list-style-type: square;
  margin: 0px 0px 0px 30px;
  color: #E0E0E0;
}
#sidebar .widget ul li {
  margin-bottom: 7px;
}


#sidebar .widget ul .pagetree_widget {
  list-style-type: none;
}


#sidebar .widget_recent_entries ul li {
  margin-bottom: 10px;
}

#sidebar .pagetree_widget {
  list-style-type: none;
}
#sidebar .pagetree_widget ul.treeview {
  list-style-type: none;
  margin: 0px;
}
#sidebar .pagetree_widget ul.treeview ul {
  margin: 0px;
}


#sidebar .widget .treeview li {
  margin: 0px 0px 3px 0px;
  padding:3px 0px 3px 16px;
  font-size: 13px;
  line-height: 27px;
  background-image: url(images/tree_head_bg.gif);
  background-repeat: no-repeat;

}
#sidebar .treeview li.collapsable, #sidebar .treeview li.expandable {
  background-image: url(images/tree_head_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#sidebar .treeview .hitarea {
  background:url(images/tree_plus.png) no-repeat;
  width: 22px;
  height: 22px;
  float: right;
  margin: 2px 7px 0px 0px;
  cursor: pointer;
}
#sidebar .treeview ul.children .hitarea{
  margin: -2px 7px 0px 0px;
}


#sidebar .treeview .collapsable-hitarea {
  background:url(images/tree_minus.png) no-repeat;
}
#sidebar .treeview .last {
  background-position: 0 0;
}


#sidebar .treeview ul.children li {
  margin: 0px 0px 0px 20px;
  font-size: 13px;
  background-image: none;
  list-style-type: square;
  line-height: normal;
  padding: 7px 0px 7px 0px;
  color: #C8C8C8;

}
#sidebar a {
  text-decoration: none;
}


#sidebar a:hover {
  color: #966600;
  text-decoration: underline;
}


#sidebar .treeview a.selected {
  font-weight: bold;
  background-color: transparent;
  color: #966600;
  text-decoration: none;
}
