/* TREE LAYOUT */
.tree ul{list-style-type:none;padding-left:1em;overflow:hidden}
.tree li{display:block;clear:both;padding-left:1em;overflow:hidden;background-color:none}
.tree li ul{display:none;clear:both;overflow:hidden}

.tree li a,.tree li span,.tree li a:hover,.tree li a.clicked,.tree li a.clicked:hover,.tree li span.clicked{padding:0.1em 0.2em 0.1em 2em !important;background-position:left center}

.tree li a,.tree li span {
	display:inline;
	float:left;
	color:#C4D5E9;
	white-space:nowrap;
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;
	-moz-border-radius:3px
}
.tree li a:hover{background-color:#beebff;color:black}
.tree li a.clicked,.tree li a.clicked:hover,.tree li span.clicked{background-color: #beebff;color:black}

.locked li a {color:gray}

/* FOR DOTS */
.tree ul {
	background-position:1em top;
	background-repeat:repeat-y;
}
.tree li {
	background-position:0 0.6em;
	background-repeat:no-repeat;
}
.tree li.last {
	background-position:0 0.6em;
}

/* NO DOTS */
.no_dots ul {
	background:transparent !important;
}
.no_dots li, .no_dots li.last {
	background-color:transparent !important;
}
.no_dots li.leaf {
	background-image:none !important;
	background-color:transparent !important;
}

/* OPEN OR CLOSE */
.tree li.open ul{display:block;clear:both}
.tree li.closed ul{display:none !important}

/* HACKY-HACKY */
/* EXPLORER 7 */
*:first-child+html .tree li {
	margin-bottom:-2px;
} 
*:first-child+html .tree li ul {
	padding-bottom:2px;
}
/* EXPLORER 6 */
.tree li {
	_width:50%;
	_margin-bottom:-2px;
}
.tree li ul {
	_padding-bottom:2px;
}

#tree{overflow:hidden}