 
/*
.tree-lines-c {
text-transform:lowercase;
  background: transparent url("img/lines-c.gif") no-repeat 1px 50%;
}
.tree-lines-b {
  background: transparent url("img/lines-b.gif") no-repeat 1px 50%;
}
.tree-lines-t {
  background: transparent url("img/lines-t.gif") no-repeat 1px 50%;
}
.tree-lines-s {
  background: transparent url("img/lines-s.gif") no-repeat 1px 50%;
}
.tree-lined { background: transparent url("img/lines-v.gif") repeat-y 1px 0; }
.tree-lines-dot { background: transparent url("img/dot.gif") no-repeat 1px 50%; }
*/

	.tree, .tree-item table.tree-table a:link,
	 .tree-item table.tree-table a:visited,
	 .tree-item table.tree-table a:active{
	text-decoration: none; 
	color: #cccccc; 
	width: 100%;
/* IE6 Bug */ 
	padding: 0px; 
	margin:0px;
	border-bottom: 0; 
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 10px; 
	}
	
	 .tree-item table.tree-table a:hover{
	color: #ffcc33; 

	 }
	
	