ul.tree
{
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul
{
	display:			block;
	margin-left:		0;
	padding-left:		0;
	margin-top:		0;
	margin-bottom:		0;
}

ul.tree li
{
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
}

ul.tree li.closed
{
	background-image:		url("closed.gif");
	background-position:	left top;
	background-repeat:		no-repeat;
}

ul.tree li.opened
{
	background-image:		url("opened.gif");
	background-position:	left top;
	background-repeat:		no-repeat;
}







ul.tree li a.menu:link, ul.tree li a.menu:active, ul.tree li a.menu:visited
{
	cursor:			pointer;
	color:			#b0b0b0;
	font-family:		Arial;
	font-size:		18pt;
	text-decoration:	none;
	/*opacity:			0.70;*/
	/*filter:			alpha(opacity=70);*/
}
ul.tree li a.menu:hover
{
	color:			#808080;
	/*opacity:			0.30;*/
	/*filter:			alpha(opacity=30);*/
}



ul.tree li a.linkopacity img
{
	opacity:			0.4;
	filter:			alpha(opacity=40);
	margin:			2px;
}

ul.tree li a.linkopacity:hover img
{
	opacity: 			1;
	filter:			alpha(opacity=100);
	margin:			2px;
}

ul.tree li a.linkopacity:active img
{
	opacity:			1;
	filter:			alpha(opacity=100);
	margin:			2px;
}