#navigation ul,#navigation li{
 margin:0; padding:0; list-style: none;
}
#navigation li,#navigation a{
background-repeat:no-repeat
}

#navigation li.folder ul{
display:none
}
#navigation li.folder ul li{
padding-left:10px
}
#navigation .item{
padding-left:20px
}
#navigation .item.selected{
color:red
}

#body aside #navigation .menu li ul,#body aside #navigation .menu li:hover ul,#body aside #navigation .menu li.active ul {
    visibility: visible;
    position:static;
	box-shadow:none;
	width:100%;
	border-left:0 none;
}
#body aside #navigation .menu li ul li:first-child{
	border-top:1px solid #FFF
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview a {
display:block;
background-color: #f6f6f6;
padding: 8px 5px 8px 10px;
border-bottom:1px dotted #cfcfcf;
text-decoration:none
}
.treeview a:hover,.treeview a.selected{
background: #fff;
}

.treeview > ul {
border-top:1px dotted #cfcfcf;
}
.treeview li ul li a{
	background-color: #f7f7f7;
    padding: 8px 5px 8px 20px;
}
.treeview .hitarea {
	background: rgba(0,0,0,0) url(images/minus.gif) center center no-repeat;
	height: 28px;
	width: 28px;
	margin-top: 6px;
	float: right;
	cursor: pointer;
}

#topmenu ul li ul li .hitarea {
	height: 20px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }
#topmenu ul li ul .expandable, #topmenu ul li ul .collapsable{padding-right:0 !important;}
.treeview .expandable-hitarea {background: rgba(0,0,0,0) url(images/plus.gif) center center no-repeat}

/*
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: url(images/plus.gif); }
.treeview li.lastCollapsable { background: url(images/plus.gif) }
.treeview li.lastExpandable { background: url(images/plus.gif) }
*/


.treeview-red li { background: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background: url(images/treeview-red.gif); }

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.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); }

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/minus.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/plus.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
#topmenu .treeview .hitarea {
background-image:none;
position:absolute;
right:2px;
top:50%;
margin-top:-14px
}

.navigation_user.treeview li.folder{
padding-right:36px;
}
.navigation_user.treeview a{
background:transparent;
border-width:0
}
.navigation_user.treeview li ul li{
background:#f5f6f6
}
.navigation_user.treeview li ul li a{
color:#444
}
.navigation_user.treeview .hitarea {
	position:absolute;
	right:0;
	top:0;
	margin-top:2px
}
.navigation_user.treeview .hitarea{
background:rgba(0, 0, 0, 0) url("images/minus-a.gif") no-repeat scroll 6px 8px;
margin-top:0
}
.navigation_user.treeview .expandable-hitarea{
background:rgba(0, 0, 0, 0) url("images/plus-a.gif") no-repeat scroll 6px 8px;
margin-top:0
}
.navigation_user.treeview > ul{
border-width:0
}