#tree,
#tree ul,
#tree ul ul,
#tree ul ul ul,
#tree ul ul ul ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
#tree ul,
#tree ul ul,
#tree ul ul ul,
#tree ul ul ul ul {
	margin-left:11px;
	}
#tree ul {
	display:none;
	}
#tree li {
	border-bottom: 1px dashed #576662;
	}
#tree li ul li {
	border-top: 1px dashed #576662;
	border-bottom:none;
	}
#tree li a {
    display: block;
    margin-left:12px;
    text-indent:3px;
}
#tree li a:hover {
	background-color: #D27005;
	color:#fff;
}
#tree li.folder_closed {
	background-image:url(../images/tree/tree-closed.gif);
	background-repeat:no-repeat!important;
	background-position:0px 0.7em;
	}
#tree li.folder {
	background-image:url(../images/tree/tree-open.gif);
	background-repeat:no-repeat;
	background-position:-7px 0.7em;
	}
#tree .menuon {
	background-color: #DBD6C9;
	border-bottom: 1px solid #DBD6C9;
	color: #666666;
	}