.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding-left: 0px;
marker-offset: 0px;
padding-bottom: 0px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-size:11px;
list-style-type: none;
padding-left: 0px;
margin-bottom: 0px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: url(/temas/default/img/file-closed.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
list-style: none;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
cursor: hand !important;
cursor: pointer !important;
list-style: none;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: hand !important;
cursor: pointer !important;
list-style: none;

}

#menu_lateral {
	padding: 0px;
	margin-bottom: -10px;
	margin-top: -10px;
	}

#menu_lateral ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	} 

#menu_lateral ul li {
	margin-left: 0;
	padding-left: 0px;
	border: none;
	list-style: none;
	}