.mapaSitio .treeview ul { /*CSS for Simple Tree Menu*/ margin: 0; padding: 0; }
.mapaSitio .treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/ background:url(/images/MapaFolderlist.gif) no-repeat left center; list-style-type: none; padding-left: 22px; margin-bottom: 2px; }
.mapaSitio .treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */ background:url(/images/MapaFolderClosed.gif) no-repeat left 1px; cursor: hand !important; cursor: pointer !important; }
.mapaSitio .treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */ display: none; /*Hide them by default. Don't delete. */ }
.mapaSitio .treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */ cursor: default; }
.mapaSitio h4 a { font-size:10px; color: #999; text-decoration:underline; }
.mapaSitio .treeview a{ font-size:11px; color:#069; }
.mapaSitio .treeview a:hover{ text-decoration:underline; }
.mapaSitio .treeview span{ font-size:11px; color:#666; }
