  .menu_blk
  { 
	font-family: arial, verdana, helvetica, sans;
	font-size: 9pt;
	height: 37px;
	width: 154px;
	cursor:hand;
	font-weight: bold;
	text-indent: 8px;
	line-height: 26pt;
	text-align: left;
	display: block;
	border: #FFFFFF 0px solid; 
  }

  .menu_blk a
  {
	text-decoration:none;
  }

  .menu_blk a:link
  {
	background-image: url(images/toc_blk_off.gif);
	background-color:#C0D3F2;
	color:#4466ff;
  }

  .menu_blk a:visited
  {
	background-image: url(images/toc_blk_off.gif);
	background-color:#C0D3F2;
	color:#4466ff;
  }

  .menu_blk a:active
  {
	background-image: url(images/toc_blk_on.gif);
	background-color:#FFFFFF;
	color:#002288;
  }

  .menu_blk a:hover
  {
	background-image: url(images/toc_blk_on.gif);
	background-color:#FFFFFF;
	color:#002288;
  }