.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
 
.treeview ul {
margin-top: 4px;
border-bottom:1px solid #663300;
border-left:1px solid #663300;
border-right:1px solid #663300;
}

.treeview li { 
	margin: 0;
	padding: 3px 0px 3px 16px;
	list-style: none;
}


#treecontrol { margin: 1em 0; display: none; }

.treeview a.selected {font-weight: bold; text-decoration:underline;cursor: text;text-decoration:underline;}
.treeview a.selected:hover {}
.treeview { color: #663300; cursor: pointer; text-decoration:none;}
.treeview a:link { color: #663300; cursor: pointer; text-decoration:none;}
.treeview a:visited { color: #663300; cursor: pointer; text-decoration:none;}
.treeview a:active { color: #663300; cursor: pointer; text-decoration:none;}
.treeview a:hover { color: #663300; cursor: pointer;text-decoration:underline;}
.treeview .hover { color: #663300; cursor: pointer;text-decoration:underline;}

.filetree li { padding: 3px 16px 2px 16px; list-style: none; }
.filetree span.folder { padding: 0px 0 0px 17px; display: block; }
.filetree span.file { padding: 0px 0 0px 0px; display: block; }
.filetree span.folder { background: url(../images/menu/meny.png) no-repeat right; line-height:23px;border:1px solid #663300;}
.filetree li.collapsable span.folder { background: url(../images/menu/meny_close.png) no-repeat right; line-height:23px;border:1px solid #663300;}
.filetree li.expandable span.folder { background: url(../images/menu/meny_open.png) no-repeat right; line-height:23px;border:1px solid #663300;}
.filetree span.file { background: url(_minus.gif_) 0 3px no-repeat; }

#navi { color: #663300; cursor: pointer; text-decoration:none;}
#navi a:link { color: #663300; cursor: pointer; text-decoration:none;}
#navi a:visited { color: #663300; cursor: pointer; text-decoration:none;}
#navi a:active { color: #663300; cursor: pointer; text-decoration:none;}
#navi a:hover { color: #663300; cursor: pointer;text-decoration:underline;}

#navi ul {padding:0px; margin:0px}

#treecontrol a.close:link, #treecontrol a.close:active, #treecontrol a.close:visited {padding-right:15px; color: #663300; cursor: pointer; text-decoration:none;background: url(../images/menu/minus.gif) right 4px no-repeat; text-decoration:underline;}
#treecontrol a.close:hover { color: #663300; cursor: pointer; text-decoration:none;}

#treecontrol a.open:link, #treecontrol a.open:active, #treecontrol a.open:visited {padding-right:15px; color: #663300; cursor: pointer; text-decoration:none;background: url(../images/menu/plus.gif) right 4px no-repeat; text-decoration:underline;}
#treecontrol a.open:hover { color: #663300; cursor: pointer; text-decoration:none;}

