/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dtree {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	
	color: #58595B;
	border: 0;
	width: 204px;
	background-color: #EAF1FE;
	padding: 3px;
	padding-left: 8px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #c0d2ec;*/
	
	/*color: #00275A;*/
	/*font-weight: bold;*/
	font-weight: normal;
}
.dtree .clip {
	overflow: hidden;
}

.divSubMenuTitle
{
	border: 0px;
	width: 215px;
	height: 24px;
	border-top: 1px dotted #BBBBBB;
}

.close
{
	border-bottom: 0px;
}

.divSubMenuTitle a
{
	display: block;
	color: #005595;
	background-color: #FC8A29;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 205px;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
}

.action a
{
	background: #FFFFFF url(../img/left/treemenubgaction.gif) no-repeat left top;
	text-indent: 10px;
	color: #FFFFFF;
	font-weight: bold; 
}

.open a
{
	background: #FFFFFF url(../img/left/treemenubghover.gif) no-repeat left top;
	text-indent: 10px;
	color: #D8E9FB;
	font-weight: bold; 
}

.close a
{
	background: #FFFFFF url(../img/left/treemenubg.gif) no-repeat left top;
	text-indent: 10px;
	color: #2750A5;
	font-weight: bold; 
}

.divSubMenuTitle a:hover
{
	background-color: #C7E507;
}

.action a:hover
{
	color: #DC143C;
}

.open a:hover
{
	color: #FFFFFF;
}

.close a:hover
{
	color: #002D8A;
}
