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