.treeview {
	background-color: #fff;
}

.list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;	
}

.treeview ul {
	margin-top: 2px;
	margin-left: 6px;
	font-size: 12px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	padding: 1px 0px 5px 6px; 
	margin-bottom: 5px; 
	color: #000; 
	border:none; 
	background-color: #fff;
	
}