.treeview, .treeview ul {
  font-family:Arial,Helvetica,sans-serif;
  line-height: 14px; 
  padding: 0;
  margin: 0;
  list-style: none;
  font-size:11px;
  font-weight:normal;
}

.treeview a{
    font-weight:bold;
    padding: 0;
}

.treeview a:link {
 color:#FF9F00;
}

.treeview a:visited {
 color:#FF9F00;
}

.treeview a.selected{
 color:#492E00;
}

.treeview a:hover { color: #376101; cursor: pointer; }

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

.treeview li { padding: 7px 2px 2px 5px; }

.treeview li.sub { 
	padding: 4px 3px 2px 16px;
}
.treeview span {
  color:#596072;
  font-size:14px;    
  cursor: pointer;
  padding: 1px 2px 1px 16px; 
  display: block; 
}

.treeview span.folder {
  color:#596072;
  font-size:14px;
  font-weight:bold;
  background: url(/images/cat0c.gif) 0 3px no-repeat; 
}

.treeview span.empty {
  color:#596072;
  font-size:14px;
  font-weight:bold;
  background: url(/images/cat0.gif) 0 3px no-repeat;
}

.treeview li.collapsable span.folder { background: url(/images/cat0o.gif) 0 3px no-repeat; }

.treeview span.empty a {
  color:#596072;
}




