.lmTree ul {
   list-style-type: none;
   margin: 0 0 0 1em; padding: 0;
}
.almTree ul:first-child { margin: 0 0 0 1em; }

.lmTree li a {
   color: #F3981C;
   text-decoration: none;
   cursor: pointer;
}
.lmTree li a:hover { text-decoration: underline; }

.lmTree .lm { margin: .5em 0; }
.lmTree li.lm a { color: #005BAB; font-weight: normal; }

.lmTree > ul ul { display: none; }

.lmTree .lm .lm-desc {
   display: block;
   padding-left: 14px; 
   color: #888;
   max-width: 500px;
   font-size: 85% !important;
   margin: .3em 0;
}

.lmTree dl {
   margin: .2em 0 0 0;
   font-size: 85%;
   margin-left: 14px;
   color: #DA1967;
   color: #82AE46;
   color: #00785F;
}
.lmTree dt {
   display: inline;
   afloat: left; 
   aborder: 1px solid;
   font-style: italic;
}
.lmTree dd { 
   display: inline; 
   margin: 0 0em 0 .3em; 
   padding: 0 .3em 0 0;
}
.lmTree dd:after { content: ","; }
.lmTree dd:last-child:after { content: ""; }



