
.tree_minus
{
	background:				transparent url(../Images/tree_lib.gif) repeat scroll 0 0;
	height:					16px;
	width:					16px;
}

.tree_plus
{
	background:				transparent url(../Images/tree_lib.gif) repeat scroll -32px 0;
	height:					16px;
	width:					16px;
}

.tree_dot
 {
	background:				transparent url(../Images/tree_lib.gif) repeat scroll -16px 0;
	height:					16px;
	width:					16px;
}

div.tree ul
{
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
	margin-bottom:			0;
	margin-left:			0;
	margin-top:				0;
	padding-left:			1.3em;
	padding-top:			0;
	text-indent:			-1em;
}
.tree li a,.tree li a:visited 
{
	border:					0px solid #F9F9F9;
	color:					#000000;
	text-decoration:		none;
}
.tree li a.Selected 
{
	background-color:		#8E909C;
	color:					#FFFFFF;
}
.tree li a:hover 
{
	background-color:		#CCCCCC;
	color:					#000000;
	text-decoration:		none;
}