/* TreeMenu.css
  A component of HTML_TreeMenu as extended by Chip Chapin
  2002-10-31 Chip Chapin
*/
.tmenu0text {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.tmenu1text {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: lowercase;
}
.tmenu2text {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
}
.tmenu3text {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}

/* 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.
 */
*.tmenu0text A,*.tmenu1text A,*.tmenu2text A,*.tmenu3text A 
  { text-decoration:none; color:black; font-weight: normal; font-size: 11px }

*.tmenu1text A:link,*.tmenu2text A:link,*.tmenu3text A:link 
  { text-decoration:none; color:black; font-weight: normal; font-size: 11px }
*.tmenu1text A:visited,*.tmenu2text A:visited,*.tmenu3text A:visited 
  { text-decoration:none; color:black; font-weight: normal; font-size: 11px }
*.tmenu1text A:active,*.tmenu2text A:active,*.tmenu3text A:active 
  { text-decoration:none; color:black; font-weight: normal; font-size: 11px  }
*.tmenu1text A:hover,*.tmenu2text A:hover,*.tmenu3text A:hover 
  { text-decoration:underline; color:black; font-weight: normal; font-size: 11px  }

*.tmenu0text A {
   text-decoration:none; color:black; font-weight: bold; font-size: 11px
}

/* .tmlistbox controls the appearance of Listbox menus */
.tmlistbox {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;  /* match 'smalltext' value */
  font-size-adjust: 0.58; /* Verdana */
  margin-bottom: 0px;
}

