.treeview {
  padding-left: 20px;*/
  margin-left: 0px;
}

.treeview ul { /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: url(../imgs/buttonArrow.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 18px;
margin-bottom: 3px;
}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
background: url(../imgs/button_plus.gif) no-repeat left 3px;
cursor: hand !important;
cursor: pointer !important;
margin-top: 3px;
}

.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-top: 3px;
}

.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview a
{
    background-image:none;
    color:#000000;
    font-size:10px;
    text-decoration:underline;
}

.treeview a:hover {
    background-image:none;
    font-size:10px;
    color:#FF9900;
}

.menu_sinhijos
{
color:#000000;
font-size:10px;
text-decoration:none;
}