.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	float: left;
	cursor: pointer;
	display: none;
}
/* fix for IE6 */
* html .hitarea {
	display: none;
	float:none;
}

.treeview li { 
	margin: 0;
	text-decoration: underline;
	color: #b0b0b0; 
	text-align: left;
	padding: 3px 0 3px 0;
}
.treeview li ul li{ 
	padding: 3px 0 3px 16px;
	font-size: 12px;
}
.treeview li ul li ul li{ 
	padding: 3px 0 3px 16px;
	font-size: 12px;
}
.treeview .collapsable ul li{
	border-left: solid 2px #b0b0b0;
}
.treeview .collapsable ul .collapsable ul li{
	border-left: solid 1px #b0b0b0;
}
.treeview .collapsable ul li.selected{
	border-left: solid 2px #cd0025;
}
.treeview .collapsable ul .collapsable ul li.selected{
	border-left: solid 1px #cd0025;
}

.treeview a:link {color: #505050; text-decoration: none;}
.treeview a:visited {color: #505050; text-decoration: none;}
.treeview a:hover {color: #000000; text-decoration: underline;}
.treeview a:active {color: #000000; text-decoration: underline;}

.treeview a.selected:link, 
.treeview a.selected:visited, 
.treeview a.selected:active, 
.treeview a.selected:hover
{
	color: #cd0025;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
