.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;

font-weight: bold;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 14px;
width: 210px;
z-index: 99;
}

.treeview li { /* Style for LI with no subs (other ULs). */
background: white url(img/right-carot.png) no-repeat right 1px;
cursor: pointer !important;
border-bottom: 1px dotted #d6d6d6; padding: 6px 0px 6px 0px; width:100%;
font-weight: bold;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 14px;
z-index: 99;
}

.treeview ul li a:link {
    color:#444444; text-decoration:none;
  z-index: 99;
    }
    
.treeview ul li a:active {
    color:#444444; text-decoration:none;
    z-index: 99;
    }
    
.treeview ul li a:hover {
   color:#ff0000;  text-decoration:underline;
   z-index: 99;
    }
.treeview ul li a:visited {
    color:#444444; text-decoration:none;
  z-index: 99;
    }

   
.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
color: #444444;
z-index: 99;
}


