/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
div.dtree {
	white-space: normal;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #022b70;
	width: 240px;
}
div.dtree a {
 color: #022b70;
}
div.dtree img {
	border: 0px;
	vertical-align: middle;
}
div.dtree a {
	text-decoration: none;
}
div.dtree a.node, .dtree a.nodeSel {
	white-space: normal;
	padding: 1px 2px 1px 2px;
	float:left;
}
div.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: none;
	color: #4778cb;
}
div.dtree a.nodeSel {
	color: #fff;
	background: #022b70;
}

div.dTreeNode img {
	float:left;
}
div.relegatedImgs {
	float:left;
	margin:0;
	padding:0;
}

div.dtree div div.dTreeNode a {
	width:170px;
}
div.dtree div div div.dTreeNode a {
	width:160px;
}
div.dtree div div div div.dTreeNode a {
	width:150px;
}
div.dtree div div div div div.dTreeNode a {
	width:140px;
}

div.relegatedImgs a, div.relegatedImgs a img {
	width:13px !important;
	float: none;
}
img.dtreeFirstImg {
/*	width:1px;
	height:1px;*/
	margin: 0;
	padding: 0;
}
img.dtreeSecondImg {
/*	width:1px;
	height:1px;*/
	margin: 0;
	padding: 0;
}
* html img.dtreeSecondImg {
	margin: 0 -3px 0 -3px;
}
