.dtree
{
	font-weight:normal;
	font-size: 9pt;
	overflow: visible;
	width: 120px;
	color: black;
	font-family: Arial;
	white-space: nowrap;
}
.dtree IMG
{
	border-right: 0px;
	border-top: 0px;
	vertical-align: middle;
	border-left: 0px;
	border-bottom: 0px;
}
.dtree A
{
	text-decoration: none;
}
.dtree A.node
{
	padding-right: 2px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: black;
	padding-top: 2px;
	white-space: nowrap;
}
.dtree A.nodeSel
{;
	padding-right: 2px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 2px;
	white-space: nowrap;
}
.dtree A.node:hover
{
	color:#009EE0;
	text-decoration: none;
}
.dtree A.nodeSel:hover
{
	color: black;
	text-decoration: none;
}
.dtree A.nodeSel
{
	background-color: #c0d2ec;
}
.dtree .clip
{
	overflow: hidden;
}
.nodeSel
{
	width: 90px;
}
.node
{
	width: 90px;
}
.dtree A.rootnodeSel
{
	background-image: url(../images/treemenu/bg-en-tree-clicked.jpg);
	width: 120px;
	height:20px;
	padding-left: 20px;
	padding-top:2px;
	color:#F1FFC8;
	text-align:center;
	font-size: 9pt;
}
.dtree A.rootnodeSel:hover
{
	background-image: url(../images/treemenu/bg-en-tree-clicked.jpg);
	width: 120px;
	height:20px;
	padding-left: 20px;
	padding-top:2px;
	color:Yellow;
	text-align:center;
	font-size: 9pt;
}
.dtree A.rootnode:hover
{
	background-image: url(../images/treemenu/bg-en-tree-clicked.jpg);
	width: 120px;
	height:20px;
	padding-left: 20px;
	padding-top:2px;
	color:Yellow;
	text-align:center;
	font-size: 9pt;
}
.dtree A.rootnode
{
	background-image: url(../images/treemenu/bg-en-tree-out.jpg);
	width: 120px;
	height:20px;
	padding-left: 20px;
	padding-top:2px;
	color:#F1FFC8;
	text-align:center;
	font-size: 9pt;
}