/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrц               |
|--------------------------------------------------*/

.dtree {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	visibility: hidden;
	height: 0px;
}

.dtree a {
	text-decoration: none;
}

.dtree .clip a.node { /* Меню: первый уровень */
	height: 20px;
	display: block;
	color: #8A4701;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 0px 25px;
/*	margin-top: 2px; */
	background: url(i/big_aster.jpg) no-repeat 5px 5px;
}

.dtree .clip .clip a.node { /* Меню: второй уровень */
	height: 18px;
	display: block;
	padding: 2px 0px 0px 40px;
	background: url(i/small_aster.jpg) no-repeat 25px 8px;
}

.dtree .clip a.node:hover,
.dtree .clip .clip a.node:hover { 
	text-decoration: underline;
	}

.dtree .clip .clip a.node,
.dtree .clip .clip a.nodeSel {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	color: #8A4701;
}

.dtree .clip {
	overflow: hidden;
}