/* CSS Document */
/* $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;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  COLOR: #2A3F55;
  font-size: 15;
  font-weight: bold;
  font-style: normal;
}

.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;
}


