.treeview, .treeview ul, .treeview2, .treeview2 ul { 
	list-style: none;
	font: 12px times new roman, serif;
	font-weight:bold;
	letter-spacing:1px;
}

.treeview {
	padding:20px 0 20px 0px;
	margin:100px 0 0 0;
}

.treeview2 {
	padding:20px 0 20px 20px;
	margin:100px 0 0 0;
}

.treeview ul, .treeview2 ul {
	padding:0;
	margin:0;
	background-image:none;
}

.treeview ul li, .treeview2 ul li {
	width:126px;
	border-bottom: solid 1px #7e6921;
}

.treeview ul li ul li {
	font-size:12px;
	background:none;
}

.treeview ul li ul li a {
	color:#bbb;
	background:#f5f5eb;
}
.treeview ul li ul li a:hover {
	color:#000;
}

.treeview .hitarea {
	height: 15px;
	width: 15px;
	margin-left:-30px;
	background:url(image-url.gif);
	float: left;
	position:relative;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	
}
.treeview .hitarea {
	display: inline;
	float:left;
}


.treeview  a, .treeview2  a  {
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:15px 5px 10px 5px;
	margin:0;
	color:#c49f59;
	text-align:center;
}

.treeview  a.main {
}

.treeview  a:hover, .treeview2  a:hover {
	text-decoration:none;
	color:#fff;
}


.treeview a.selected {

}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

/* .treeview li { background: url(../img/tree/treeview-default-line.gif) 0 0 no-repeat; } */
.treeview li.collapsable, .treeview li.expandable {}
.treeview li.collapsable {list-style-image:url(../img/li_sub.png);}
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview ul li, .treeview2 ul li { list-style:none; list-style-image:none;}
.treeview ul li:hover {}
.treeview ul li.last { border:0; list-style:none; list-style-image:none;}
/* .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/tree/treeview-default.gif); }  */
.treeview li.lastCollapsable {margin:5px 0 5px 10px;}
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

