ul.treemenu2 {
margin: 0px 0px; padding: 0px 0px; list-style: none; 
}
ul.treeview{ /*CSS for Simple Tree Menu*/
margin: 0px 0px; padding: 0px 0px; list-style: none;
}
ul.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-size: 12px; font-weight: normal; background: transparent url(bgmenuli.gif) repeat-x left bottom; padding: 0px 0px 2px 0px;
}
ul.treeview ul.smenu2{ /*CSS for Simple Tree Menu*/
margin: 0px 0px; padding: 0px 0px 2px 20px; list-style: none; background: transparent url(bgmenuli.gif) repeat-x left bottom;
}
ul.treeview li ul.smenu2 li{ /*CSS for Simple Tree Menu*/
font-size: 11px; font-weight: normal; background: none; padding: 0px 0px 0px 0px; background: transparent;
}
ul.treeview li ul.smenu2 li a {
color: #393939; text-decoration: none; background: transparent url(bgmenuli2.gif) no-repeat left 13px; display: block; width: 215px;
padding: 7px 0px 7px 15px; margin: 1px 0px 0px 0px;
}
ul.treeview li ul.smenu2 li a:hover, ul.treeview li ul.smenu2 li a.active, ul.treeview li ul.smenu2 li a.active:hover {
color: #0792cb; text-decoration: none; background: #FFFFFF url(bgmenuli2.gif) no-repeat 215px 13px; display: block; width: 215px;
padding: 7px 0px 7px 15px; margin: 1px 0px 0px 0px;
}
ul.treeview li a {
color: #272e3e; text-decoration: none; background: transparent url(bgmenulia.gif) no-repeat 5px 5px; display: block; width: 225px;
padding: 7px 0px 7px 25px; margin: 1px 0px 0px 0px;
}
ul.treeview li a:hover, ul.treeview li a.active, ul.treeview li a.active:hover {
color: #0792cb; text-decoration: none; background: #FFFFFF url(bgmenulia.gif) no-repeat 5px 5px; display: block; width: 225px;
padding: 7px 0px 7px 25px; margin: 1px 0px 0px 0px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url(bgmenu2.gif) no-repeat left top;
padding-left: 0px;
font-weight: normal;
cursor: hand !important;
cursor: pointer !important;
}
.treeview 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;
}

