/* $Id: listmenu.css,v 1.3 2004/11/12 02:59:46 thomasb Exp $ */

.treemenu {
  list-style : none;
  margin: 0px;
  padding: 0px;
}

.treemenu ul {
  list-style : disc;
  padding-left: 0px;
  margin-left: 32px;
}

.treemenu a {
  padding-left : 15px;
  text-decoration : none;
}

a.sub {
	padding-left: 0px;
}

.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;
}

li {
	margin-top: 5px;
	margin-bottom: 8px;
}


