#dhtmlgoodies_tree li{
			list-style-type:none;	
			font-family: Arial;
			font-size:12px;
			margin:2px;
			font-weight:bold;
			vertical-align:middle;
			}
		#dhtmlgoodies_topNodes{
			margin-left:0px;
			padding-left:0px;
		}
		#dhtmlgoodies_topNodes ul{
			margin-left:5px;
			font-family:Arial;
			font-size:10pt;
			display:none;
			text-align: left;
			font-weight: normal;
			padding: 1px;
		}
		#dhtmlgoodies_tree .tree_link{
			//line-height:13px;
			color:#000;
			padding-left:2px;
		}
		#dhtmlgoodies_tree .tree_link2{
			//line-height:13px;
			color:#FFFFFF;
			padding-left:2px;
		}
		#dhtmlgoodies_tree img{
			padding-top:2px;
		}
		#dhtmlgoodies_tree a{
			color: #000000;
			font-weight:normal;
			text-decoration:none;
		}
		#dhtmlgoodies_tree a:hover{
			color: #FF0000;
			text-decoration:none;
		}
		.activeNodeLink{
			color: #FFFFFF;
			font-weight:bold;
		}
		#dhtmlgoodies_topNodes .subnod{
		background-color:#FFFFFF;
		margin:1px;
		}
		#dhtmlgoodies_topNodes .parentnod{
		margin:1px;
		font-weight:bold;
		color:#FFFFFF;
		background:url(theme/greyheaderbg.png) repeat-x left top;
		}