.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}


/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	padding: 0;
}

.treeview li a {
	color: #9D1F1E;
	padding: 4px 5px 5px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #ccc;	
}

#navigation li a.selected {
	color: #fff;
	background-color: #9D1F1E;
}

#treecontrol { margin: 1em 0; display: none; }

#navigation ul li a:hover {
	color: #fff;
	background-color: #9D1F1E; 
	cursor: pointer; 
}

#navigation ul li ul {
	margin:0;
	padding:0;	
}
li.collapsable a {
	color: #fff;
	background-color: #9D1F1E; /* top nav selected background */
}

li.collapsable ul li a, li.collapsable ul li ul li a {
	color: #9D1F1E;
}

#navigation ul li ul li ul li a {
	font-size:12x;
	background-color: #E5E5E5;
	border-top: 1px solid #fff;
	padding-left: 18px;
	padding-top: 5px;
}

#navigation ul li ul li a {
	font-size:12px;
	background-color: #E5E5E5; /* grey background of first child elements */
	border-top: 1px solid #fff;
	padding-left: 12px;
	padding-top: 5px;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.selected {
	text-align:underline;
	color: #fff;
	background-color:#454545; /* grey hover on child elements*/
}


#navigation ul li ul li ul li a:hover, #navigation ul li ul li ul li a.selected {
	text-align:underline;
	color: #fff;
	background-color:#9D1F1E;
}


#navigation ul li.collapsable ul li.lastCollapsable a {color: #fff;
	background-color:#454545;}

#navigation ul li.collapsable ul li.lastCollapsable ul li a{
background-color:#E5E5E5;
color: #9D1F1E;
}

#navigation ul li.collapsable ul li.lastCollapsable ul li a:hover, #navigation ul li.collapsable ul li.lastCollapsable ul li a.selected {
	text-align:underline;
	color: #fff;
	background-color:#9D1F1E;
}


.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 {  }  
.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 {  }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {  } 

.treeview-black li { }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {  }  

.treeview-gray li {  }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {  } 

.treeview-famfamfam li {  }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {  } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder {  }
.filetree li.expandable span.folder {  }
.filetree span.file {  }
