/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	
	color: #666;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: none;
}
.dtree .clip {
	overflow: hidden;
}

.dTreeNode
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: oblique;
	text-indent: -1%;
	color: #000000;
}

.dtree a.mysubnode
{
margin-left: 12px;
text-decoration: none;
}

.dtree a.mysubnode:hover
{
text-decoration: underline;
}

.dtree a.mysubsubnode
{
margin-left: 40px;
text-decoration: none;
}

.dtree a.mysubsubnode:hover
{
text-decoration: underline;
}