.treeview {
font:10px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
color:#999;
}

.treeview li {
padding-left: 14px;
list-style-type:none;
margin:4px 0 6px 0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font:10px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
}

.treeview ul li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(images/list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 14px;
margin:4px 0 6px 0;
}

.treeview ul li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
color:#999;
}

.treeview ul li a:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
color:#000;
}

.treeview li.submenu_footer{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/closed.gif) no-repeat 0 2px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu_footer ul{ /*Style for ULs that are children of LIs (submenu_footer) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu_footer ul li{ /*Style for LIs of ULs that are children of LIs (submenu_footer) */
cursor: default;
}

