.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}



.treeview .raiz a{ /*CSS for Simple Tree Menu*/
color:#444455;
font-size:11px;
}

.treeview .sub a{ /*CSS for Simple Tree Menu*/
color:#444455;
font-weight:normal;
font-size:11px;
}
.treeview .sub2 a{ /*CSS for Simple Tree Menu*/
	color:#999999;
	font-weight:normal;
	font-size:11px;



}.treeview li.sub2 {
	font-weight:normal;
	color: #999999;
	list-style-image: url(image/lisub.png);
	margin-left: 15px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	margin-bottom: 1px;
	margin-left: 13px;
	font-weight:bolder;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
  cursor: hand !important;
  cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
  display: none; /*Hide them by default. Don't delete. */
  padding-left: 10px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
  cursor: default;
}



.treeview li.sub {
	list-style-image: url(image/lisub.png);
	font-weight:normal;
	color: #999999;
}

.treeview li.raiz {
	font-weight:bolder;
	color: #999999;
  list-style-image: url(image/li.png);
}

ul {padding-left:5px;}

