@charset "utf-8";
/*
#treeviewdiv { width:150px; background:#ffffff; padding: 0;}
#treeviewdiv .treeview { list-style:none; width:145px; padding:0;}
#treeviewdiv .treeview li {padding: 0 0; background: #ffffff;}
#treeviewdiv .treeview .selectedbranch {background-color: #fafafa;}
#treeviewdiv .treeview li:hover {background-color: #ffffff; padding: 0 0;}
#treeviewdiv .treeview li a {display:block; background: url('img/folder.gif') center center no-repeat; padding: 0; height:10px; font: 12px Tahoma; color:#333333; text-decoration:none; float:left;}
#treeviewdiv .treeview li img {float:right; cursor:pointer;}
#treeviewdiv .treeview li a.selectedlink {display:block; background: url('img/folder_open.png') center center no-repeat; padding: 0; height:30px; font: 12px Tahoma; color:#333333; text-decoration:none; float:left;}

#treeviewdiv {width:296px; padding: 3px 3px 10px 0; background: url('img/treeback.jpg') center center no-repeat; border: solid 1px #4b114c;}
*/

#treeviewdiv {width:296px; padding: 3px 3px 10px 0; border: solid 1px #4b114c; background: url('img/treeback.jpg') center center no-repeat;}
#treeviewdiv .treeview { list-style:none; padding:0;}
#treeviewdiv .treeview li {padding-left: 10px;}
#treeviewdiv .treeview .selectedbranch {color: #4b114c; width:250px;}
#treeviewdiv .treeview li a {display:block; padding:1px; font: bold 13px Verdana; color:#4b114c; text-decoration:none;}
#treeviewdiv .treeview li a:hover {color: #4b114c; text-decoration: underline;}
#treeviewdiv .treeview li img {float:right; cursor:pointer;}
#treeviewdiv .treeview li a.selectedlink {}
#treeviewdiv .treeview li a.pathbranchlink {color:#339900;}