.treeview, .treeview ul { padding: 0; margin: 0; list-style: none;}
.treeview ul {margin: 0px; padding: 8px 0pt 6px 0px; }
.treeview li a{ color:#333333; cursor: pointer; font-size:14px;}
.treeview li a:hover { background-color:#EEEEEE; display:block; color:#333333; font-weight:normal; text-decoration:none; }
.treeview li { margin: 0; padding: 8px 0pt 6px 16px;}

.treeview a.selected { background-color:#EEEEEE; display:block;}

#treecontrol { margin: 1em 0; display: none; }
.treeview .a { color:#FF0000; cursor: pointer; }
.treeview .hover { background-color:#EEEEEE; display:block; color:#333333; font-weight:normal; text-decoration:none;}
.treeview .a:hover { background-color:#EEEEEE; display:block; color:#333333; font-weight:normal; text-decoration:none;}

.treeview li { border-top:#cccccc solid 1px;}
.treeview li.collapsable, .treeview li.expandable { border-top:#cccccc solid 1px;}
.treeview .expandable-hitarea {  }
.treeview li.last {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {  border-top:#cccccc solid 1px;}
.treeview li.lastExpandable {  }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }