.treeview, 
.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
    list-style-position: outside;
}
@media (max-width:1023px){
	.treeview{ 
		display:none;
	}
}
.treeview ul {
	background-color: #fff;
}
.treeview .hitarea {
height: 32px;
    width: 18px;
	float: left;
	cursor: pointer;
}
* html .hitarea {
	display: inline;
	float:none;
}
.treeview > li:hover > a {
    border-left: 5px solid #6DBF59;
    margin-left: 0;
	/* background-color: #F1F9EE; */
}
.treeview li a {
    border-radius: 0;
    padding: 2.5px 15px;
    display: block;
    font-size: 16px;
	font-weight: 400;
    margin: 0;
    /* margin-left: 5px; */
	border-left: 5px solid #fff;
    color: #58595b;
    border-bottom: 1px solid #E7E7E7;
	line-height: 28px;
}
.navxp-menu-simple .active {
    background: none !important;
}
.treeview li > a.active.selected {
	border-left: 5px solid #6DBF59;
    margin-left: 0;
    /* background-color: #F1F9EE; */
}
#treecontrol { margin: 1em 0; display: none; }
#treecontrolOverwrite { margin: 1em 0; display: block; }
.treeview .hover {cursor: pointer; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(treeview-default.gif);*/ }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(treeview-red.gif); } 
.treeview-black li { background-image: url(treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(treeview-black.gif); }  
.treeview-gray li { background-image: url(treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(treeview-gray.gif); } 
.treeview-famfamfam li { background-image: url(treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(treeview-famfamfam.gif); } 
.treeview .placeholder {
	height: 16px;
	width: 16px;
	display: block;
}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
.filetree span.folder { background: url(folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(file.gif) 0 0 no-repeat; }

.treeview li.active + ul {
    display: block !important;
	margin-left:15px;
}
/* .treeview > li.last{ */
    /* display: none; */
/* } */
.treeview .breadcrumb {
	background: none;
}

.treeview > li.collapsable > li.closed> a {
    border-left: 5px solid #fff;
	margin-left: 15px;
}
.treeview > li > li> a,
.treeview > li li> a {
    border-left: 5px solid #fff;
	margin-left: 15px;
	/* color: #58595b; */
}
/* .treeview > li ul.active li > a { */
    /* color: #7B6A36; */
/* } */
.treeview > li li > a.active {
    margin-left: 15px;
	border-left: 5px solid #7B6A36;
	/* color: #6DBF59; */
}
.treeview > li li li > a {margin-left: 30px;}
.treeview > li li li li > a {margin-left: 45px;}

.treeview li:hover > a,
.treeview li li:hover > a,
.treeview li li > a.active,
.treeview > li li:hover> a,
.treeview > li.collapsable li:hover> a,
.treeview > li li li:hover > a {
	/* color: #58595b; */
	border-left: 5px solid #7B6A36;
    /* background-color: #F1F9EE; */
}
/* .treeview > li li li:hover > a, */
.treeview > li li li > a.active {
    border-left: 5px solid #7B6A36;
    margin-left: 30px;
	/* color: #7B6A36; */
}
.treeview > li li li li> a.active {
    border-left: 5px solid #7B6A36;
    margin-left: 45px;
}