.treeview ul{ /*CSS for Simple Tree Menu*/
padding-top: 0xp;
margin-top: 0px;
padding-left: 0px;
margin-left: 0px;
}
.treeview ul.smenu2{ /*CSS for Simple Tree Menu*/
padding-top: 0xp;
margin-top: 0px;
padding-left: 0px;
margin-left: 0px;
border-bottom-width: 1px;
border-bottom-color: #FFFFFF;
border-bottom-style:solid;
}
.treeview .smenu2 li{ /*CSS for Simple Tree Menu*/
padding-top: 0xp;
background: transparent url(bgsmenu.gif) no-repeat 15px 5px;
line-height: 15px;
padding-bottom: 7px;
margin-top: 0px;
padding-left: 0px;
margin-left: 0px;
}
.treeview .smenu2 li a:link,
.treeview .smenu2 li a:active,
.treeview .smenu2 li a:visited,
.treeview .smenu2 li a:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
padding-left: 30px;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(bgmenu.gif) no-repeat left top;
width:190px;
line-height: 26px;
list-style-type: none;
}
.treeview li a:link,
.treeview li a:active,
.treeview li a:visited,
.treeview li a:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
padding-left: 15px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white 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;
}
