ul, li {
	margin: 0;
	padding: 0;
}
.sapling-list {
	width: 100%;
}
.sapling-list li {
	display: block;
	list-style: none;
	position: relative;
	font-size:11px;
}
#demoList ul{margin:0;}
#demoList2 ul{margin:0;}
.sapling-list ul {
	display: none;
	padding:10px  ;
	border: 1px solid #ebebeb;
	border-top: 0;
}
.sapling-list .sapling-item {
	cursor: pointer;
}
.sapling-list .sapling-item.sapling-expanded > ul {
	cursor: default;
	display: block;
}
.sapling-list .sapling-item .my-custom-title {
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
	display: block;
	padding: 4px 8px;
	font-weight:bold; color:#282929;
	border:1px solid #ccc; margin-bottom:3px; font-size:11px;
}
.sapling-list .sapling-item.sapling-expanded .my-custom-title {
background:#c4c4c4; color:#000 /* IE6-9 */

}