.treemenu {
  margin: 6px;
  list-style : none;
}

.treemenu {
  list-style : none;
}

.treemenu UL {
  list-style : none;
  margin-left: -10px; 
  padding-left: -10px; 
  text-align: left;
}

.treemenu li {
  list-style : none; 
}

.treemenu A {
  padding-left : 35px;
  margin-left: 0;
  text-decoration : none;
}

.treemenu .treeopen {
	background-image : url('../images/minus.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treeclosed {
	background-image : url('../images/plus.gif');
	background-repeat : no-repeat;
	background-position : left;
}

li {
  margin: 0;
  padding: 0;
}

ulOFF {
  border: 1px solid red;
}

liOFF {
  border: 1px solid blue;
}

body, td, input	{ font-family: tahoma, helvetica; font-size: 11px; color: #777777; }
a		{ color: #9CC301; font-weight: bold; text-decoration: underline; }