.treeview{
	left: -5px;
	position: relative;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview a, .treeview li span{
	text-decoration: none;
	color: #646464;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor: pointer;
}

.treeview li span{
	font-weight: bold;
	padding-left: 17px;
}

.treeview a:hover{
	background-color: #70bf4c;
	color: #FFFFFF;
}

.treeview li span:hover{
/*	background-color: #e5e5e5;	*/
	background-color: #70bf4c;
	color: #FFFFFF;
	background-image: url(../gfx/arrow_gray_down.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;	
}

.treeview li{
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

.treeview ul li{
	border: none;
	padding-left: 17px;
}

.treeview li.expandable, .treeview li.lastExpandable {
	background-image: url(../gfx/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}

.treeview li.collapsable, .treeview li.lastCollapsable {
	background-image: url(../gfx/arrow_gray_down.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;	
}

