#Treeview{
	border:0px dashed #000;
	width:160px;
	padding:5px 0 5px 5px;
}
#Treeview ul.main{
	width:160px;
	margin:0;
	padding:0;
}
#Treeview .view ul{
	margin:0;
	padding:0;
}
#Treeview .view li{
	background: none;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 10px;
}
#Treeview .view li li{
	background: none;
	list-style-type: none;
	padding-left: 8px;
	margin-bottom: 0;
}
#Treeview .view li{
	background: white url(../img/pixel.png) no-repeat left 1px;
	cursor: pointer;
}
#Treeview .view li ul{
	display: none;
}