
ul.tree{
	width: auto;
	padding-left : 0px;
	margin-left : 0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:5px;
}

ul.tree img { border : none; }
ul.tree, ul.tree ul { padding-left: 0; }
ul.tree ul { padding-left: 16px; background-color:#F2F2FF; }
ul.tree li.closed ul { display: none; }

ul.tree li {
	list-style: none;
	/*background: url(i-repeater.gif) 0 0 repeat-y;*/
	display: block;
	width: auto;
	/* background-color:#FFFFFF; */
	margin-bottom:0px;
	padding-top:5px;
}



ul.tree li.last { list-style: none;	background-image: none; }

ul.tree span.a {
	background: url(t.gif) 0 50% no-repeat;
	display: block;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	/*background: url(minus.gif) 0 50% no-repeat;*/
	cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
	/*background: url(plus.gif) 0 50% no-repeat;*/
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c { margin-left: 16px; }
ul.tree span.a.children span.c {
	/*background: url(i-bottom.gif) 0 50% no-repeat;*/
}
ul.tree span.a.spanClosed span.c { background-image: none; }

/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	padding:3px 1px 3px 3px;
	text-decoration:none;
}

ul.tree span.a.children a { color:#0000CC; }
ul.tree span.a.children.spanClosed a { text-decoration:none; color:#0000CC; }
ul.tree span.a.children.spanClosed a:hover { text-decoration:underline; color:#0000CC; }

/* Unformatted tree */
ul.tree.unformatted li { background-image: none; }
ul.tree.unformatted li li {	background-image: none; }

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li A:link, ul.tree li A:visited { color : #0000CC;}
ul.tree li A:hover { color:#0000CC; text-decoration:underline }
ul.tree li .over { color:#FA760D; }
/*ul.tree li:hover { background-color:#FFFFFF;}*/
