/* $Id: listmenu.css,v 1.3 2004/11/12 02:59:46 thomasb Exp $ */

.treemenu {
  list-style : none;
  padding-left: 5px;
  margin-left: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.treemenu ul {
  list-style : none;
  padding-left: 10px;
  margin-left: 5px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6E2640;
  line-height: 15px;

}

.treemenu a {
  padding-left : 18px;
  text-decoration : none;
  background-image : url('menu-images/menu_link_default.gif');
  background-repeat : no-repeat;
  background-position : top left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #6E2640;
  line-height: 15px;

}

.treemenu a:hover {
  background-color: #F2DBE3;
}

.treemenu .treeopen {
  background-image : url('menu-images/menu_folder_open.gif');
  background-repeat : no-repeat;
  background-position : top left;
  background-color: #F9EAEA;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6E2640;
  line-height: 15px;

}

.treemenu .treeclosed {
  background-image : url('menu-images/menu_folder_closed.gif');
  background-repeat : no-repeat;
  background-position : top left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6E2640;
  line-height: 15px;

  
}

.treemenu .final {
	background: #0033CC;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;

}

