.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: -11px;
padding-left: 5px;
color:#666666;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/* background: white url(list.gif) no-repeat left center; */
/*background-image:url(images/menu-main-bg-1x22.jpg);*/
/*background-repeat:repeat-x;*/
list-style-type: none;
padding-left: 5px;
margin-left: -43px;
line-height:22px;
color:#666666;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background-image:url(images/menu-main-bg-1x22.jpg);*/
/*background-repeat: repeat-x;*/
line-height:22px;
margin-left: -43px;
padding-left: 5px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
/*background-image: url(images/menu-sub-bg-1x22.jpg); */
display: none; /*Hide them by default. Don't delete. */
margin-left: 30px;
padding-left: 5px;
line-height:22px;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background-image: url(images/menu-sub-bg-1x22.jpg);
line-height: 22px;
margin-left: -43px;
padding-left: 15px;
list-style-type: none;
}
