.treemenu_container {
  position:relative;
  width:200px;
  margin:5px;
  border:none;
}

.treemenu_container .header {
  height:16px;
  line-height:16px;
/*
  background-color:#7d7c7d;
  background-image:url(/images/sprite.png);
  background-position:0px -360px;
  background-repeat:repeat-x;
*/
}

#treemenu_container .body {
  background-color:white;
  border:dotted 1px rgb(30,30,30);
  border-top:solid 1px rgb(80,80,80);
  width:100%;
  height:100%;
}

#treemenu_container .header span {
  padding-left:5px;
  color:black;
  font-size:12px;
  font-weight:bolder;
}

.treemenu {
  font-size:14px;
  padding:5px;
}

.treemenu a {
  text-decoration:none;
  color:rgb(50,50,50);
  font-weight:bold;
  font-size:16px;
  padding-bottom:5px;
}

.treemenu a:hover {
  text-decoration:underline;
  color:rgb(50,50,50);
  background-color:#00eeff;
}

.treemenu .item {
  border:none;
  margin-bottom:4px;
}

.treemenu .item td {
  border:none;
}

.treemenu .s {
  width:10px;
  height:10px;
}

/* spacer last expanded */
.treemenu .s_l_e {
  width:10px;
  height:10px;
  background-image:url(/images/collapse.gif);
/*
  background-image:url(/images/sprite.png);
  background-position:-5px -320px;
*/
  background-position:0px 3px;
  background-repeat:no-repeat;
}

/* spacer last collapsed */
.treemenu .s_l_c {
  width:10px;
  height:10px;
  background-image:url(/images/expand.gif);
/*
  background-image:url(/images/sprite.png);
  background-position:-5px -280px;
*/
  background-position:0px 3px;
  background-repeat:no-repeat;
}

.treemenu .level1 a {
  font-size:14px;
  font-weight:bold;
  color:#272727;
}

.treemenu .level2 a {
  font-size:13px;
  font-weight:bold;
  color:#424242;
}

.treemenu .level3 a {
  font-size:13px;
  font-weight:normal;
  color:#525252;
}

.treemenu .level4 a {
  font-size:13px;
  font-weight:normal;
  color:#525252;
}

.treemenu .level5 a {
  font-size:13px;
  font-weight:normal;
  color:#525252;
}

.treemenu .level6 a {
  font-size:13px;
  font-weight:normal;
  color:#525252;
}