#filetree3{
  border:1px solid #CCCC99;
  border-top:none;
  border-bottom:none;
}

#filetree3 li ul li a{text-decoration:none;}

ul.wordList{
  margin:15px;
}

ul.wordList li{
  background:none;
}

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

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

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 5px;
}

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

.treeview .hover {cursor: pointer;color:#0099FF }

.treeview li {background:none}
.treeview li ul li {background:none;padding: 0px;font-size:10px;line-height:110%;height:60px;margin-bottom:5px;background-color: white;}
.treeview li ul li a{color:#555; text-decoration:none; display:block;height:60px; }
.treeview li ul li a:hover{ background:#FFCC00}
.treeview li ul li a img{display:block;float:left;margin-right:7px;}
.treeview li ul li a span{display:block;line-height:120%;padding:10px 10px 10px 0; line-height:140%;}
.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea {}

.treeview li.lastCollapsable, .treeview li.lastExpandable {background:none; }  


.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }