#navigation li a {
    font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-decoration: none;
}
#navigation li a:hover {
    color:#FF0000;
}
.treeview{ 
	margin: 0;
	padding: 0;
	list-style: none;
}

.treeview ul {
	list-style: none;
	padding: 4px 0 0;
	margin: 0;
	border-bottom: 1px dotted #EAEAEA;
}
.treeview ul li ul{
	border:none;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
 background: url(images/menu_add_li.png) no-repeat scroll 0 6px transparent;
 padding: 0 0 3px 23px; 
	margin: 0;
	border-bottom: 1px dotted #EAEAEA;
}
.treeview a {
	color: #0062B4;
}

.treeview a.selected {
	background-color:#FFF;
	color:#B43C00;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#375E93; cursor: pointer; }

.treeview li.collapsable { background: url(images/menu_add_li_sel.png) no-repeat scroll 0 5px transparent;
    padding: 0 0 3px 15px; }

.treeview li.expandable { background: url(images/menu_add_li_hov.png) no-repeat scroll 0 5px transparent;
    padding: 0 0 3px 15px;
	}

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background: url(images/menu_add_li.png) no-repeat scroll 0 6px transparent;
    padding: 0 0 3px 23px; border:none;}
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  


.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-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 li.lastCollapsable, .treeview-famfamfam li.lastExpandable {} 
.treeview-famfamfam .hitarea { display:none; }
.treeview-famfamfam ul {padding:0px; margin:0px;}

#mainmenu { padding:0px; margin:0px; }

.filetree li { padding: 3px 0 2px 16px; list-style:none; margin:0px; list-style-position:outside;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 20px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
