#content  ul.treeview{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
width:265px; 
}

#content ul.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #f4f4f4 url(sub_nav_left.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 0px;
width:258px;  
}

#content ul.treeview li a{display:block;
                          line-height:18px; 
                          margin:0;padding:0;
                          border-bottom:1px solid #ccc;}
#content ul.treeview li a:hover{color:#910000;}
#content ul.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:#f4f4f4 url(closed.gif) no-repeat left 2px;
border:none; 
cursor: hand !important;margin:0;padding:1px 0;padding-left:23px; 
cursor: pointer !important;
}

#content ul.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; margin:0;padding:0;border:none; 
width:220px;
/*Hide them by default. Don't delete. */}

#content ul.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;width:235px;
}
#content ul.treeview .submenu ul li li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;width:212px;
}
#content ul.treeview .submenu ul ul ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;width:189px;
}
