/* Basic code - don't modify */
 
 .JTreeStd { display: block; margin: 0; padding: 0; position: relative; }
  .JTreeStd li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .JTreeStd a { display: block; }
  .JTreeStd ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .JTreeStd ul { line-height: 0; } /* IE6 "fix" */
   .JTreeStd ul a { zoom: 1; } /* IE6/7 fix */
    .JTreeStd ul li { float: none; }
    .JTreeStd ul ul { top: 0; }
    
/* Essentials - configure this */

.JTreeStd ul { width: 130px; }
.JTreeStd ul ul { left: 131px; }

/* Everything else is theming */
 
.JTreeStd { height: 24px; text-align:center; margin-left:190px; }
.JTreeStd *:hover { background-color: none; }
.JTreeStd a { color: #003366; font-size: 13px; padding: 6px; line-height: 1; }
  .JTreeStd li.hover a { color:white; }
  .JTreeStd ul { top: 25px; }
    .JTreeStd ul li a { background-color: #5E5A5A; }
.JTreeStd .selected { font-weight:bold; }
      .JTreeStd ul a.hover {  color:white;  }
   .JTreeStd ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* .JTreeStd ul a { border-bottom: none; } - I also needed this for IE6/7 */

