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

/* Elimina BG en principal */
ul.treeview li.first { 
	background-image:none;
	margin: 0px;
	padding: 0px;
}
/*---------------*/

ul.treeview li { 
	background:url(../images/paginador_sig.gif) 0px 8px no-repeat;
	color: #FFF;
	margin: 1px 0px 1px 12px;
	padding: 0px 0px 0px 14px;
}

/* Hijos finales sin sub */
ul.treeview li ul li ul li{ 
	background:url(../images/paginador_sig.gif) 0px 6px no-repeat;
	margin: 0px 0px 5px 12px;
	padding: 0px 0px 0px 14px;
}

/* Elimina list de categoria */
#primero {
	background: none;
	list-style: none;
}

/* HitArea en Categoria */
.treeview li ul li .hitarea  {
	background: url(../images/treeview-flecha.gif) -4px -16px no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	margin: 0px 0px 3px -15px;
}
/*-----------------*/

/* HitArea en Sub-Categoria */
.treeview li ul li ul li .hitarea  {
	background: url(../images/treeview-flecha.gif) -4px -18px no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	margin: 0px 0px 3px -15px;
}
/*-----------------*/

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview a.selected {
	background-color: #333;
}
.treeview .hover a.selected {
	color: #333;
}

/*#treecontrol { margin: 1em 0; display: none; }*/

.treeview .hover { color: red; cursor: pointer; }

.treeview li ul li .expandable-hitarea { background-position: -4px 1px; }
.treeview li ul li ul li .expandable-hitarea { background-position: -4px -1px; }

/* LAST */
/*
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); } 
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
*/