/* jbn 
remove the dotted lines by altering tr3eview-line-default,.gif
    if you remove its reference, the backgrouncd for items screws up, mills/djykstra connectivity
		   a long way of saying, crap design and implemnentation.
	remove treeview-red black gray


*/
.treeview {	padding: 0; margin:0; line-height:1.5; outline:0px; overflow:hidden; padding-left:7px; background-color:#f2f2f2; }
.treeview .hover { color: #FF671F; cursor: pointer; }

.treeview	a {font-size:14px;  color:#000000 }		 
.treeview	a:hover { color: #FF671F;  }		 
.treeview .mm-listview li:hover { color: #FF671F;  }

.treeview ul {margin-left: 8px; padding-left: 15px; margin-right: 0px; padding-right: -10px; }
.treeview li {margin-left: 0px; padding-left: 0px; margin-right: 0px; padding-right: -10px; list-style-image:url(images/null.gif);}

 .treeview li  a { font-size:14px;}
 .treeview  span { font-size:14px;}
 
 .treeview li  li a { font-size:12px;}
 
 .treeview li  li li a { font-size:12px;}
 .treeview li  li   li   li a { font-size:12px;}

/* Inherit don't work*/ 
.treeview ul li li {margin:0px; margin-left:-10px; font-size:12px; }


/* Arrows for menu */
.treeview li.expandable  {list-style-type: circle; list-style-image:url(images/closed.png); font-size:14px;}
.treeview li.collapsable {list-style-type: circle; list-style-image:url(images/open.png);  font-size :14px;}
.treeview li li.expandable  {list-style-type: circle; list-style-image:url(images/closed.png); font-size:12px;}
.treeview li li.collapsable {list-style-type: circle; list-style-image:url(images/open.png);  font-size :12px;}

.treeview li.hidden { height:1px; display:none; visibility:hidden;}
.treeview li li.hidden  {height:1px;  display:none; visibility:hidden;}
.treeview li li li.hidden { height:1px; display:none; visibility:hidden;}

#treecontrol { margin: 1em 0; display: none; }
