.treeview ul{ /*CSS for Simple Tree Menu*/
FONT-SIZE: 11px; font-family:Lucida Grande, Verdana, Tahoma, Arial; COLOR: #333333;
margin: 0px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
FONT-SIZE: 11px; font-family:Lucida Grande, Verdana, Tahoma, Arial; COLOR: #333333;
/*background: url(../_imgs/bullet3.gif) no-repeat left center;*/
list-style-type: none;
padding: 3px 8px 3px 15px;
margin-bottom: 10px;
margin-left: -40px;
margin-right: 0px;
margin-top: 10px;
}

.treeview li a#current { color: #333333; }

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
FONT-SIZE: 11px; font-family:Lucida Grande, Verdana, Tahoma, Arial; COLOR: #333333;
/*background: url(../_imgs/bullet1.gif) no-repeat left 1px;*/
margin-bottom: 10px;
margin-left: -40px;
margin-right: 0px;
margin-top: 0px;
padding-top:5px;
padding-bottom:5px;
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. */
margin-bottom: 0px;
margin-left: 40px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
FONT-SIZE: 11px; font-family:Lucida Grande, Verdana, Tahoma, Arial; COLOR: #999999;
background: url(http://www.ankle-arthroscopy.co.uk//themes/site_themes/default/generic/list.gif) no-repeat left 2px;
padding-left:12px;
cursor: default;
}
.menu1:link { COLOR: #999999; TEXT-DECORATION: none; }
.menu1:visited { COLOR: #999999; TEXT-DECORATION: none; }
.menu1:hover { COLOR: #999999; TEXT-DECORATION: underline; }

.fntcolor { color:#999999; }