.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0px;

}



.treeview {


	margin-top: 0px;
	margin-bottom: 10px;

}


.treeview{


}
.treeview .hitarea {

	height: 16px;
	width: 16px;
	right:-5px;
	position:absolute;
	top:5px;
	z-index:1000;
	background: none;
	cursor: pointer;
}

.treeview .hitarea:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #fff;
  font-size: 14px;
  padding-right: 0px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.treeview .hitarea.collapsable-hitarea:before {
  content: "\f106";

}
#menu .treeview .hitarea { top:22px; right:10px; color:#fff;}
#menu .treeview .hitarea:before { color:#fff;}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:right;

}

.treeview li {
	margin:0px 0px;
	position: relative;
	width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}


.treeview li:last-child{border:none;}

.treeview li a{
width:100%;
padding:10px 0px;
color:#fff;
font-size:12px;
 text-transform: uppercase;
font-weight:bold;
line-height:16px;	border-bottom:1px solid rgba(255, 255, 255, 0.1);

float:left;
}
#menu .treeview li a{
	border-bottom:1px solid #263049;
width:100%;
float:left;
line-height:24px;
}

#menu .treeview li a{
	font-weight:700;
	padding:22px 0px 22px 20px;


}


#menu .treeview li li a{

	padding:5px 6px 5px 30px;
 font-size:11px;
 border:none;
 background:rgba(0,0,0,0.1);

}
#menu .treeview li li:last-child a{ padding-bottom:22px;}
#menu .treeview li li:first-child a{ padding-top:22px;}
.treeview li ul{ margin:0px 0px;}
.treeview  a.selected,
.treeview li a:hover{

}
.treeview li li li a{
	margin-left:20px;

}

.treeview li li a{
margin-left:10px;

font-weight:normal;
}

.treeview li li li a{

font-weight:normal;

}

.treeview a{

}

.treeview a.red{
	font-weight:normal;
	text-decoration:none;
	color:#148eb1;
}

.treeview a.orange{
	font-weight:normal;
	text-decoration:none;
}
.treeview li a.active,
.treeview li a.selected {
color:#ffb800
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }


.treeview li.lastCollapsable, .treeview li.lastExpandable {}
.treeview li.lastCollapsable { background-position: -3px -104px }
.treeview li.lastExpandable { background-position: -35px -60px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }


.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); }


.filetree li { padding:0px;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
.filetree span.folder { }
.filetree li.expandable span.folder { }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
