.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {

}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
overflow: hidden;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0
}


.treeview ul li a.selected {

}

#treecontrol { margin: 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li {}
.treeview li.collapsable, .treeview li.expandable {

}
.treeview li.collapsable a {
color: #F63 !important
}
.treeview li.collapsable li a:link,
.treeview li.collapsable li a:visited{
color: #CCC !important
}
.treeview li.collapsable li a:hover {
color: #F63 !important
}
.treeview li.collapsable li.collapsable a:link,
.treeview li.collapsable li.collapsable a:visited{
color: #F63 !important
}

/**tercer nivel**/
.treeview li.collapsable li.collapsable li a:link,
.treeview li.collapsable li.collapsable li a:visited {
color: white !important
}
.treeview li.collapsable li.collapsable li a:hover {
color: #F63 !important
}
/***/
.treeview li.collapsable li.collapsable li.collapsable a{

}
.treeview .expandable-hitarea {

}

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable {

}  
.treeview li.lastCollapsable { }
.treeview li.lastExpandable { }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }

.treeview-red li { }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {  } 

.treeview-black li { }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {  }  

.treeview-gray li { }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {  } 

.treeview-famfamfam li { }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { } 




