
.treeview, .treeview ul { 
	padding: 2px;
	cursor: pointer;
	position: relative;
	padding-top: 3px;
	margin:1px;
	text-align: right;
	font-size: 10pt;
	line-height:110%;
    font-weight:bold;	 
	font-family: giorgia, verdana, tahoma;	
	list-style: none;
}

.treeview ul {
	padding: 0px;
	cursor: pointer;
	position: relative;
	padding-top: 3px;
	margin:1px;
	text-align: right;
	font-size: 10pt;
	line-height:110%;
    font-weight:bold;	 
	font-family: giorgia, verdana, tahoma;	
	list-style: none;
}

.treeview .hitarea {
	cursor: pointer;
	position: relative;
	padding-top: 3px;
	margin:1px;
	text-align: right;
	font-size: 10pt;
	line-height:110%;
    font-weight:bold;	 
	font-family: giorgia, verdana, tahoma;	
	list-style: none;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#treecontrol { 
margin:  0; 
display: none; 

}




.filetree li { 
	padding: 0px;
	cursor: pointer;
	position: relative;
	padding-top: 3px;
	margin:1px;
	text-align: right;
	font-size: 10pt;
	line-height:110%;
    font-weight:bold;	 
	font-family: giorgia, verdana, tahoma;	
	list-style: none;

}

.filetree li.sub {
	color: #660000;
}

.filetree a{
  display:block;
  text-align: right;
  line-height:100%;
  padding: 0.2em 5px 0.4em 0; 
  margin: 0 5px 0 5px;
  border-bottom: 0.5px solid rgb(97,69,63);
  font-family: giorgia, verdana, tahoma;
  font-size: 10pt;
  font-weight: normal;
  text-decoration:none;
  border-bottom: 1px solid;
}
.filetree a:hover{
	color: navy;
	}	
	
	.filetree a.head{
	color: black;
	padding: 0px;
	line-height:100%;
	border-bottom: 0;
	font-family: giorgia, verdana, tahoma;
	font-weight: normal;
	text-decoration:none;
	cursor: pointer;
	position: relative;
	padding-top: 3px;
	margin:1px;
	text-align: right;
	font-size: 10pt;
	line-height:normal;
	font-weight:bold;
	font-family: giorgia, verdana, tahoma;
	list-style: none;
}
.filetree a.head:hover{
	color: navy;

	}	
	
	
.filetree span.folder, .filetree span.file {  display: block; }
.filetree span.folder { background: url(../menu/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../menu/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../menu/images/file.gif) 0 0 no-repeat; }

