body{COLOR: ffffff;font-family: Tahoma; font-size: 11px; font-weight: bold;}
div{       scrollbar-3d-light-color: #8F2231;
       scrollbar-arrow-color: #3C1919; 
       scrollbar-base-color: #3C1919;
       scrollbar-face-color: #8F2231;
       scrollbar-highlight-color: #3C1919;
       scrollbar-dark-shadow-color: #3C1919;
       scrollbar-3dlight-shadow-color: #3C1919;
       SCROLLBAR-3DLIGHT-COLOR: #3C1919;
       SCROLLBAR-TRACK-COLOR: #3C1919;
       scrollbar-shadow-color: #8F2231;
	   }
 A:hover {color: #ffffff; text-decoration: none}
 A:link {color: #ffffff;text-decoration: none}
 A:visited {color: #ffffff;text-decoration: none}
.menu {COLOR: ffffff; font-family: Tahoma; font-size: 10px; font-weight: bold; align="center"}
.menuH {COLOR: ffffff; font-family: Tahoma; font-size: 13px; font-weight: bold; align="center"}
.menuact {COLOR: 8F2140; font-family: Tahoma; font-size: 10px; font-weight: bold; align="center"}
.menuHact {COLOR: 8F2140; font-family: Tahoma; font-size: 13px; font-weight: bold; align="center"}
LI{line-height:13px; list-style: none;}

#container {
	width:250px;
}


.Xtree, .XtreeRoot {
	list-style-type:none;
	padding-left:10px;
	margin:0;
}
.Xtree {
	/* Indentation of a sub-item compared to its parent */
	padding-left:15px;
	margin-left:3px;
	/*border-left:1px dotted #aaa;*/
}
.Xnode {
	/* Top and bottom space for a node item */
	margin-top:2px;margin-bottom:2px;
	/* Height of the node item */
	height:13px;
	/* Node background color */
	background:#3C1919;
	/* Font specifications for a node */
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:ffffff;
	cursor:pointer;
}
.Xleaf {
	/* Top and bottom space for a leaf item */
	margin-top:2px;margin-bottom:2px;
	/* Height of the leag item */
	height:13px;
	/* Leaf background color */
	background:#3C1919;
	/* Font specifications for a leaf */
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:ffffff;
}
.Xnode a {
	text-decoration:none;
	color:ffffff;
}
.Xnode a:hover {
	color:8F2140;
	text-decoration:underline;
}
.Xleaf a {
	text-decoration:none;
	color:ffffff;
}
.Xleaf a:hover {
	color:8F2140;
	text-decoration:none;
	background:#3C1919;
}

.XnodeA {
	/* Top and bottom space for a node item */
	margin-top:2px;margin-bottom:2px;
	/* Height of the node item */
	height:13px;
	/* Node background color */
	background:#3C1919;
	/* Font specifications for a node */
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:8F2140;
	cursor:pointer;
}
.XleafA {
	/* Top and bottom space for a leaf item */
	margin-top:2px;margin-bottom:2px;
	/* Height of the leag item */
	height:13px;
	/* Leaf background color */
	background:#3C1919;
	/* Font specifications for a leaf */
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:8F2140;
}
.XnodeA a {
	text-decoration:none;
	color:8F2140;
}
.XnodeA a:hover {
	color:8F2140;
	text-decoration:underline;
}
.XleafA a {
	text-decoration:none;
	color:8F2140;
}
.XleafA a:hover {
	color:8F2140;
	text-decoration:none;
	background:#3C1919;
}