/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #e0e0e0;
	text-decoration: none;
	text-align:left;
	
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px;
	
	/*background-image:url(../guide/images/bg_submenu.jpg);
	background-repeat:no-repeat;*/
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #EE0000;
	text-decoration: none;
	background-color:#00FFFF;
}
.dtree a.nodeSel {
}
.dtree .clip {
	overflow: hidden;
}




.dtrees {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	white-space: nowrap;
}
.dtrees a {
	color: #e0e0e0;
	text-decoration: none;
	text-align:left;
}

.dtrees a.node, .dtrees a.nodeSel {
	white-space: nowrap;
	padding: 5px 0px 0px 0px;
	height:26px;
	width:160px;
}

.dTree2 a.node:hover{
	background-image:url(../guide/images/left_button_01_over.jpg);
	background-repeat:no-repeat;
	height:54px;width:174px
	vertical-align: middle;
	
}
