
/* CSS Document */

/* TreeMenu.css
  A component of HTML_TreeMenu as extended by Chip Chapin
  2002-10-31 Chip Chapin
*/

.issuesYear {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
 	font-weight: bold;
	color: #005999;
	padding-left: 5px;
}
.issuesYear a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
 	font-weight: bold;
	color: #005999;
	padding-left: 5px;
	text-decoration: none;
}
.issues {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005596;
}
.issues a {
	text-decoration: none;
	color: #005596;
}
.issues a:hover {
	color: #66CCFF;
}

.tmenu0text {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16pt;
 	font-weight: bold;
	color: #005999;
	padding-left: 5px;
	text-decoration: none;
}
.tmenu1text {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
	color: #005596;
}
.tmenu2text {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
	color: #005596;
}
.tmenu3text {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
	color: #005596;
}

/* 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,*.tmenu2text A:link,*.tmenu3text A:link 
  { text-decoration:none; color:#005596 }
*.tmenu0text A:visited,*.tmenu1text A:visited,*.tmenu2text A:visited,*.tmenu3text A:visited 
  { text-decoration:none; color:#005596 }
*.tmenu0text A:active,*.tmenu1text A:active,*.tmenu2text A:active,*.tmenu3text A:active 
  { text-decoration:none; color:#005596 }
*.tmenu0text A:hover,*.tmenu1text A:hover,*.tmenu2text A:hover,*.tmenu3text A:hover 
  { text-decoration:none; color:#66CCFF }

/* .tmlistbox controls the appearance of Listbox menus */
.tmlistbox {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-size-adjust: 0.58;
  margin-bottom: 0px;
}

/* .tmenuSelected is used with linkSelectKey to highlight selected items */
.tmenuSelected { 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bolder;
}
*.tmenuSelected A:link    { text-decoration:none; color:#005596 }
*.tmenuSelected A:visited { text-decoration:none; color:#005596 }
*.tmenuSelected A:active  { text-decoration:none; color:#999999 }
*.tmenuSelected A:hover   { text-decoration:none; color:#66CCFF }