.treeview ul { background-color: black; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: serif,sans-serif;
	font-size: 95%;
}

.treeview div.hitarea {
	height: 14px;
	width: 13px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #000;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 2pt 0px 11px;
}

.treeview a.selected {
	background-color: #000;
	color: yellow;

}

#treecontrol { margin: 1em 0; }

.treeview .navsubhead { 
      background: url(../images/arrow_1_0.jpg) -1px 7px no-repeat; 
      padding: 0px 0px 3px 11px;
      margin: 0px 0px 0px -5px;
   }

.treeview .navsubhead a { 
	background: #000; 
	text-decoration: none; 
	cursor: default; 
	font-size: 95%; 
	font-weight: bold;
	color: #9999FF;
      } 
.treeview .hover { color: yellow; cursor: pointer; }
.treeview .collapsable { background: url(../images/arrow_1_0.jpg) 0 5px no-repeat; }
.treeview .expandable { background: url(../images/arrow_0_0.jpg) 0 5px no-repeat; }
.treeview li { background: url(../images/dot_0.jpg) 0 7px no-repeat; }
.treeview a { text-decoration: none; cursor: default; color: #9999FF;} 
/*
.treeview .collapsable { background-image: url(../images/red/tv-collapsable.gif); }
.treeview .expandable { background-image: url(../images/red/tv-expandable.gif); }
.treeview .last { background-image: url(../images/red/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(../images/red/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(../images/red/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(../images/red/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/red/file.gif) 0 0 no-repeat; }
*/
