/* $Id: listmenu.css,v 1.3 2004/11/12 02:59:46 thomasb Exp $ */

.treemenu {
  list-style : none;
}

.treemenu ul {
  list-style : none;
}

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

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

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