.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 1px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 2px 25px 3px;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #ffffff;
}

.treeview li ul li {
	padding: 2px 0 2px 15px;
}

.treeview li ul li a {
	font: normal 12px Tahoma, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.treeview img {
	border-style: none;
	margin-right: 5px;
}

.treeview a.selected {
	color: #c3930b;
}

.treeview li.collapsable {
	color: #c3930b;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #c3930b; cursor: pointer; }

.linkset2 {
	color: #f8edd8;
	text-decoration: none;
}

.linkset3 {
	color: #ffffff;
	text-decoration: none;
}

#set2top, #set3top {
	margin-top:20px;
}
