.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .menuitem {
	position: relative;
	padding: 11px 0pt 9px 10px;
	text-decoration: none;
	z-index: 50;
}

.treeview .hitarea {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 280px;
	margin: 0;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 0;
	box-sizing: border-box;
	border-bottom: 2px solid #ddd;
	color:#333;
	background-color: #a3b87a;
}
.treeview li.collapsable, .treeview li.collapsable:hover {
	background-color: #cccccc;
}
.treeview li:hover {
	background-color: #deeeb2;
}

.treeview a, .treeview a:hover {
	color:#333;
	text-decoration: none;
}
.treeview li:target {
	color:#000;
	background-color: #B5D398;;
	font-weight: bold;
}
.treeview li.selected {
	background-color: #365e12;
}
.treeview a.selected {
	color:#000;
	background-color: #B5D398;;
	font-weight: bold;
	text-decoration: none;
}

.treeview li ul {
	border: 0;
	background-color: #FFF;
	margin: 0;
}
.treeview li ul li {
	font-size: 12px;
	background-color: #FFF;
	border: 0;
}
.treeview li ul li .menuitem {
	margin:0 5px 0 5px;
}
.treeview li ul li:hover {
	background-color: #eee;
}
.treeview li ul li.selected {
	background-color: #488628;
}
.treeview li ul li.selected:hover {
	background-color: #99ce73;
}

.treeview li ul li {
	font-size: 12px;
	background-color: #FFF;
	border: 0;
}
.treeview li ul li:hover {
	background-color: #eee;
}

.treeview li ul li.collapsable, .treeview li ul li.collapsable:hover {
	background-color: #99ce73;
}
.treeview li ul li ul li .menuitem {
	margin:0 5px 0 10px;
}
.treeview li ul li ul li.selected {
	background-color: #488628;
}
.treeview li ul li ul li.selected:hover {
	background-color: #eee;
}
.treeview li ul li ul li.collapsable, .treeview li ul li.collapsable:hover {
	background-color: #99ce73;
}

#treecontrol { margin: 1em 0; display: none; color:#333; }

.treeview .hover { cursor: pointer; text-decoration: none; }

.treeview .expandable-hitarea { background: url(Caret_Right.png) no-repeat 258px center; z-index: 100; }
.treeview .collapsable-hitarea { background: url(Caret_Down.png) no-repeat 258px center; z-index: 100; }
.treeview li ul li .expandable-hitarea { background: url(Plus.png) no-repeat 258px center; z-index: 50; }
.treeview li ul li .collapsable-hitarea { background: url(Minus.png) no-repeat 258px center; z-index: 50; }

.treeview .placeholder {
	background: url(ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
