.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-size:11px;
}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../Imagens/Layout/blank.gif) no-repeat left center;
list-style-type: none;
}

.treeview li li { font-weight:bold; }
.treeview li li a { display:block;
font-size:11px;
padding:3px 0 3px 5px;
width:205px; }
.treeview li li a:hover { background:#EBE9D4 none repeat scroll 0 0;
text-decoration:none;}

.treeview li li ul { margin:0 0 0 10px; }
.treeview li li li a { background:#EBE9D4 none repeat scroll 0 0;
border:1px solid #B99633 !important;
font-weight:normal;
margin:2px 0;
width:193px !important; }
.treeview li li li a:hover {background:#B99633 none repeat scroll 0 0 !important; color:#FFF !important; }


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../Imagens/Layout/blank.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
margin:0 0 10px 0;
}

.treeview li.submenu span{cursor: auto !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;
margin:0;
}

