.treemenu {
  list-style : none;
}

.treemenu UL {
  list-style : none;
}

.treemenu A {
  padding-left : 15px;
  text-decoration : none;
}

.treemenu .treeopen {
	background-image : url('images_dallas_texas/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treeclosed {
	background-image : url('images_dallas_texas/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

ulOFF {
  border: 1px solid red;
}

liOFF {
  border: 1px solid blue;
}









