#container {
	width:155px;
}


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

	/* Indentation of a sub-item compared to its parent */
	padding-left:10px;
	margin-left:3px;
	
}
.Xnode {
	margin-top:2px;margin-bottom:2px;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	cursor:pointer;
}
.Xleaf {
	/* Top and bottom space for a leaf item */

	margin-left:-10px;
	/* Height of the leag item */
	height:20px;
	/* Leaf background color */
	
	/* Font specifications for a leaf */
	font-weight:normal;
	font-size:14px;
	color:black;
}
.Xnode a {
	text-decoration:none;
	color:#FFFFFF;
}
.Xnode a:hover {
	color:green;
	
}
.Xleaf a {
	text-decoration:none;
	color:#FFFFCC;
}
.Xleaf a:hover {
	color:green;
	text-decoration:none;
	
}