
/* styles for the treeview menu */
document.writeln('<style type="text/css">');
document.writeln('.TreeviewSpanArea A:link, A:visited');
document.writeln('{');
document.writeln('  font-size:        11px;');
document.writeln('  font-family:      Trebuchet MS, Verdana, Arial, sans-serif;');
document.writeln('  text-decoration:  none;');
document.writeln('  color:            #cc0000;');
document.writeln('}');
document.writeln('.TreeviewSpanArea A:hover');
document.writeln('{');
document.writeln('  color:            #cc0000;');
document.writeln('  text-decoration:  underline;');
document.writeln('}');
document.writeln('.TreeviewSpanArea A:active');
document.writeln('{');
document.writeln('  font-size:        11px;');
document.writeln('  font-family:      Trebuchet MS, Verdana, Arial, sans-serif;');
document.writeln('  text-decoration:  none;');
document.writeln('  color:            #cc0000;');
document.writeln('}');
document.writeln('</style>');
