#container {
	width:500px;
}

#container ul {
	list-style-type:none;
}

.Xtree, .XtreeRoot {
	list-style-type:none;
	padding-left:0px;
	margin:0;
}

.Xtree li, .XtreeRoot li {
	list-style-type:none;
}

.Xtree {
	padding-left:25px;
	margin-left:3px;
	border-left:1px dotted #aaa;
}
.Xnode {
	margin-top:3px;margin-bottom:3px;
	/*height:20px;*/
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:black;
	cursor:pointer;
}
.Xleaf {
	/* Top and bottom space for a leaf item */
	margin-top:2px;margin-bottom:2px;
	/*height:20px;*/
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:black;
}
.Xnode a {
	text-decoration:none;
	color:black;
}
.Xnode a:hover {
	color:red;
	text-decoration:underline;
}
.Xleaf a {
    text-decoration:none;
	color:black;
}
.Xleaf a:hover {
	color:#C06E04;
	text-decoration:none;
    background-color:#transparent;
    text-decoration: underline;
}

