.treeview {
list-style-type:none;
}

#treemenu1 ul{ /*CSS for Simple Tree Menu*/
padding:0px;
margin:0px;
list-style-type:none;
}

#treemenu1 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background-image:url(http://www.veloso.com/countries/bullet.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:14px;
list-style-type:none;
}

#treemenu1 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(http://www.veloso.com/countries/plus.gif) no-repeat left 1px;
/*cursor: hand !important;
cursor: pointer !important;*/
}


#treemenu1 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;
}