.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	color: #555555;
	text-decoration: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
	color: #555555;
	text-decoration: none;
}
#red a:link {
color: #555555;
	text-decoration: none;
	font-size: 11px;
}
#red a:visited {
color: #555555;
	text-decoration: none;
	font-size: 11px;
}
#red a:hover {
color: #00639C;
	text-decoration: none;
	font-size: 11px;
}
#red a:active {
color: #555555;
	text-decoration: none;
	font-size: 11px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	color: #555555;
	text-decoration: none;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	text-decoration: none;
	color: #555555;
}

.treeview li { 
	margin: 0;
	padding: 5px 0pt 5px 10px;
	 text-decoration: none;
	 color: #555555;
	 border-bottom: 1px solid #ccc;
}

.treeview a.selected {
	background-color: #555555;
}

#treecontrol { margin: 1em 0; display: none; color: #555555;}
.treeview { color: #555555; cursor: pointer; font-size: 11px; text-decoration: none; }
.hover { color: #00639C; cursor: pointer; font-size: 11px; text-decoration: none;}

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; color: #555555; text-decoration: none;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; color: #555555; text-decoration: none;}

.treeview .expandable-hitarea { background-position: -80px -3px; color: #555555; text-decoration: none;}

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/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 { color: #555555; text-decoration: none;}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif);color: #555555; text-decoration: none; } 



.filetree li { padding: 0; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 1px; 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; }

