ul.tree{
	color:#333333;
	font-size : 10px;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
ul.tree, ul.tree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	display: inline-block;
}
ul.tree img.arrow {
	padding: 2px 0 0 0;
	width: 20px;
}
ul.tree li {
	padding: 4px 0 0 0;
	width: 100%;
	text-align: left;
}
ul.tree li ul {
	padding: 0 0 0 0px;
	margin: 0;
	color:#333333;
	font-size : 10px;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
ul.tree label {
	cursor: pointer;
	font-size : 11px;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:5px;
}
ul.tree label.hover {
	color: #333333;
}
ul.tree p {
	margin: 5px 15px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.tree li .arrow {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 4px;
}
ul.tree li .collapsed {
	background-image: url(imgb/collapsed.gif);
}
ul.tree li .expanded {
	background-image: url(imgb/expanded.gif);
}

ul.tree li .checkbox {
	width: 20px;
	height: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(imgb/check0.gif) no-repeat 0 0px;
}
ul.tree li .checked {
	background-image: url(imgb/check2.gif);
}
ul.tree li .half_checked {
	background-image: url(imgb/check1.gif);
}
ul.tree li ul li span{
	padding: 5px 0px 0px 15px;
}