/*

		This is one of the free scripts from www.dhtmlgoodies.com
		You are free to use this script as long as this copyright message is kept intact

		(c) Alf Magne Kalleland, http://www.dhtmlgoodies.com - 2005

		*/
		#dhtmlgoodies_tree li{
			list-style-type:none;
			padding-left:10px;
			font-family: arial;
			font-size:11px;
		}
		#dhtmlgoodies_topNodes{
			margin-left:0px;
			padding-left:0px;
		}
		#dhtmlgoodies_topNodes ul{
			margin-left:20px;
			padding-left:0px;
			display:none;
		}
		#dhtmlgoodies_tree .tree_link{
			line-height:13px;
			padding-left:2px;

		}
		#dhtmlgoodies_tree img{
			padding-top:2px;
		}
		
		#dhtmlgoodies_tree a{
			color: #000;
			text-decoration:none;
			font-size: 1.0em;
		}
		#dhtmlgoodies_tree a:LINK{
			color: #000;
			text-decoration:none;
			font-size: 1.0em;
		}
		#dhtmlgoodies_tree a:FOCUS{
			color: #000;
			text-decoration:none;
			font-size: 1.0em;
		}
		#dhtmlgoodies_tree a:hover{
			text-decoration:none;
			font-weight: bold;
		}
		
	
		.activeNodeLink{
			background-color: #316AC5;
			color: #FFFFFF;
			font-weight:bold;
		}