.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;

	
}
#CatList {
  visibility:hidden
}
.treeview  li {
    color:#357bba;
    direction:rtl;
    font-weight:bold;
	font-size:13px;
	margin: 0;
	padding: 3px 10px 3px 0;
	
}
.treeview  li ul li span{
   background: url(images/form.jpg) no-repeat right!important;
   font-weight:normal!important;
   padding-right:20px!important;
}

.treeview .hitarea {
    background: url(images/plus.jpg) no-repeat right!important;
	height: 16px;
	width: 16px;
	margin-top: 1px;
	float: right;
	cursor: pointer;
}
.treeview .collapsable-hitarea 
{
       background: url(images/minus.jpg) no-repeat right!important;
}
.treeview .lastExpandable, .treeview .lastCollapsable, .treeview .last  {
    background:none!important;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview span {

    display:block;
	line-height:18px;
	
	
	
}
.treeview a.selected {
	font-weight:bold;
	text-decoration:underline;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #1a447b; cursor: pointer;  }


.treeview li a { 

color:#403f3f!important; 
text-decoration:none!important; 
font-weight:normal!important;}

.treeview a:hover { color:#6385cb!important; }











