.treeview ul{
	/*CSS for Simple Tree Menu*/
	margin: 3px 0px 0px 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 5px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/noticias.gif) no-repeat left 1px;
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. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}




.treeview2 ul{
	/*CSS for Simple Tree Menu*/
	margin: 3px 0px 0px 0px;
}

.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 13px;
margin-bottom: 2px;
margin-top: 1px;
}

.treeview2 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/servicosjuridicos.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
#font-size : 20px;
padding-left: 5px;
margin-bottom: 2px;
margin-top: 1px;
}


.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 5px;
margin-bottom: 2px;
}

.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}




.treeview3 ul{
	/*CSS for Simple Tree Menu*/
	margin: 3px 0px 0px 0px;
}

.treeview3 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 13px;
margin-bottom: 3px;
}

.treeview3 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/formacao.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
#font-size : 20px;
padding-left: 5px;
margin-bottom: 3px;
}


.treeview3 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 5px;
margin-bottom: 3px;

}

.treeview3 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.treeview4 ul{
	/*CSS for Simple Tree Menu*/
	margin: 3px 0px 0px 0px;
}

.treeview4 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 5px;
margin-bottom: 3px;
}

.treeview4 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/revista.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview4 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview4 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}




.treeview5 ul{
	/*CSS for Simple Tree Menu*/
	margin: 3px 0px 0px 0px;
}

.treeview5 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
}

.treeview5 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/links.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview5 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview5 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}