/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr? |
|--------------------------------------------------*/

.dtree_img {
	vertical-align: middle;
}
.dtree_clip {
	overflow: hidden;
}
.dtree_level1_div {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
}
.dtree_level1_div_hover {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	background: url('gfx/toolbar_bg.png');
}
.dtree_level1_div_selected {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	/*background: url('gfx/toolbar_bg.png');*/
}
.dtree_level1_node {
	white-space: nowrap;
	text-decoration: none;
	font-family: veranda;
	font-size: 16px;
	color: #aaa;
	padding-right: 6px;
	/*margin-left: 11px;*/
	float: right;
}
.dtree_level1_node_hover {
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-family: veranda;
	font-size: 16px;
	padding-right: 6px;
	/*margin-left: 11px;*/
	float: right;
}
.dtree_level1_node_selected {
	color: #aaa;
	white-space: nowrap;
	text-decoration: none;
	font-family: veranda;
	font-size: 16px;
	padding-right: 6px;
	/*margin-left: 11px;*/
	float: right;
}
.dtree_level2_div {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	direction: rtl;
}
.dtree_level2_div_hover {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	background: url('gfx/toolbar_bg.png');
	direction: rtl;
}
.dtree_level2_div_selected {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	background: url('gfx/toolbar_bg.png');
	direction: rtl;
}
.dtree_level2_node {
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-family: veranda;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	padding-right: 6px;
	/*margin-left: 18px;*/
	float: right;
}
.dtree_level2_node_hover {
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-family: veranda;
	font-size: 12px;
	font-weight: bold;
	padding-right: 6px;
	/*margin-left: 18px;*/
	float: right;
}
.dtree_level2_node_selected {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	font-family: veranda;
	font-size: 12px;
	font-weight: bold;
	padding-right: 6px;
	/*margin-left: 18px;*/
	float: right;
}
.dtree_level3_div {
	height: 15px;
	/*width: 200px;*/
	overflow: hidden;
	white-space: nowrap;
}
.dtree_level3_div .dtree_img, .dtree_level3_div_hover .dtree_img, .dtree_level3_div_selected .dtree_img{
	display: none;
  }
.dtree_level3_div_hover {
	height: 15px;
	overflow: hidden;
	white-space: nowrap;
	background: url('gfx/toolbar_bg.png');
}
.dtree_level3_div_selected {
	height: 15px;
	overflow: hidden;
	white-space: nowrap;
	background: url('gfx/toolbar_bg.png');
}
.dtree_level3_node {
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-right: 16px;
	letter-spacing: 0;
	color: #aaa;
	/*letter-spacing: -1px;
	margin-left: 10px;*/
	/*margin-left: 31px;*/
	float: right;
}
.dtree_level3_node_hover {
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-right: 16px;
	/*letter-spacing: -1px;
	margin-left: 10px;*/
	/*margin-left: 31px;*/
	float: right;
}
.dtree_level3_node_selected {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-right: 16px;
	/*margin-left: 31px;*/
	float: right;
}