

.tree
{
	behavior: url(css/tree/behaviors/tree.htc);
	defaultBorderColor: #7F9DB9;
	childNodeImageUrl: css/tree/images/childNode.gif;
	parentNodeCollapsedImageUrl:  css/tree/images/collapsed.gif;
	parentNodeExpandedImageUrl:  css/tree/images/expanded.gif;
	defaultParentImageUrl:  css/tree/images/folderIcon.gif;
	defaultChildImageUrl:  css/tree/images/htmlIcon.gif;

	display: list-item; 
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	font: menu;
	color: menutext;
	background-color: window;
	border: 1px solid #7F9DB9;
	cursor: default;
	overflow: auto;
	width: 0px;
	height: 0px;
}
.tree LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	left: 0px;
}
.tree .icon
{
	cursor: hand;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
.tree .pict
{
	cursor: default;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
.tree LI UL
{
	list-style-type: none;
	margin: 0px;
	margin-left: 16px;
	padding: 0px;
	display: none;
	width: 0px;
	left: 0px;
}

.tree LI INPUT
{
	 vertical-align:middle;
	 cursor: hand;
}

.tree LI A
{
	color: windowtext;
	background-color: window;
	border: 1px solid window;
	text-decoration: none;
	margin: 0px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 0px;
	vertical-align:middle;
 cursor:hand;
}
.tree LI A.clsMouseOver
{
	color: windowtext;
	border: 1px solid #000080;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#FFF4CC, endColorStr=#FFD091);
}
.tree LI A.clsMouseDown
{
	color: windowtext;
	border: 1px solid #000080;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#FE914E, endColorStr=#FFD38E);
}
.tree LI A.clsCurrentHasFocus
{
	color: white;
	background-color: #000080;
	border: 1px solid #000080;
}

