.topmenu
{
    background-image: url(../images/right_menu_picture_mid.gif);
    margin-right: 12px;
}


#container {
	width:200px;
}


.Xtree, .XtreeRoot {
	list-style-type:none;
	padding-left:0px;
	margin:0;
}
.Xtree {
	/* Indentation of a sub-item compared to its parent */
	padding-left:5px;
	margin-left:3px;	
}
.Xnode {
	/* Top and bottom space for a node item */
	margin-top:1px;margin-bottom:1px;
	/* Height of the node item */
	height:15px;
	/* Node background color */
	background:#fff;
	/* Font specifications for a node */
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	color: #82b609;
	cursor:pointer;		
}
.Xleaf {
	/* Top and bottom space for a leaf item */
	margin-top:1px;margin-bottom:1px;
	/* Height of the leag item */
	height:25px;
	/* Leaf background color */
	/* Font specifications for a leaf */
	font-family: "ËÎÌå";
	font-weight:bold;	
	font-size:10pt;
	color: #82b609;
	text-align: left;
	padding-left: 10px;
}
.Xnode a {
	text-decoration:none;
	color:#0052A0;
}
.Xnode a:hover {
	color:red;
	text-decoration:underline;
}
.Xleaf a {
	text-decoration:none;
	color:#82b609;
}
.Xleaf a:hover {
	color:red;
	text-decoration:none;
}