/* TreeMenu.css
  A component of HTML_TreeMenu as extended by Chip Chapin
  2002-10-31 Chip Chapin
*/
.tmenu0text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-decoration:none;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  }
.tmenu1text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration:none;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}
.tmenu2text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:none;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}
.tmenu3text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration:none;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}

/* Since all menu items are links, the following is equally important 
 * to your menu appearance.  
 * The main thing you may want to change are the A:link and A:visited colors.
 */
 *.tmenu1text A:link 
  { text-decoration:none; color:#DB4D00 }
*.tmenu1text A:visited 
  { text-decoration:none; color:#DB4D00 }
*.tmenu1text A:active
  { text-decoration:none; color:#DB4D00 }
*.tmenu1text A:hover
  { text-decoration:underline; color:#DB4D00 }
  
*.tmenu2text A:link
  { text-decoration:none; color:#8D0A00 }
*.tmenu2text A:visited
  { text-decoration:none; color:#8D0A00 }
*.tmenu2text A:active
  { text-decoration:none; color:#8D0A00 }
*.tmenu2text A:hover
  { text-decoration:underline; color:#FF0000 }
  
 *.tmenu3text A:link 
  { text-decoration:none; color:#000000 }
*.tmenu3text A:visited 
  { text-decoration:none; color:#000000 }
*.tmenu3text A:active 
  { text-decoration:none; color:#000000 }
*.tmenu3text A:hover 
  { text-decoration:underline; color:#ff2020 }

/* .tmlistbox controls the appearance of Listbox menus */
.tmlistbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;  /* match 'smalltext' value */
  font-size-adjust: 0.58; /* Verdana */
  margin-bottom: 0px;
}

/* .tmenuSelected is used with linkSelectKey to highlight selected items */
.tmenuSelected { 
  background-color: yellow;
}
*.tmenuSelected A:link    { text-decoration:none; color:#2020ff }
*.tmenuSelected A:visited { text-decoration:none; color:#2020ff }
*.tmenuSelected A:active  { text-decoration:none; color:#ff2020 }
*.tmenuSelected A:hover   { text-decoration:underline; color:#ff2020 }
