/* CSS Document */
/* this document used in conjunction with headerMenu.js */
/* It must be linked in pages using the dynamic table of contents */

div.mmhide_toc{
   font-family:Arial, Helvetica, sans-serif;
   background-color:#fff;
   padding:1ex;
   width:50%;
   float:right;
   }
#toccnt{
   background-color:#eed;
   padding:0 0 2px .5ex;
   border:1px solid #ccc;}
#toccnt ul{
   padding:0;
   margin:.5ex .1ex 0 1.25em;}
#toccnt ul li{
   color:#666;
   line-height:1.2em;
   list-style-type:disc;}
#toccnt ul li a:hover{
   text-decoration:underline;}


