UL 
{
  list-style-type: none;
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
}

LI
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


   /* Original by brucie: http://alt-html.org/usenet/tooltip-thingy.html */
   /* {
      font-family: sans-serif;
   }*/
   #site_index a, a:visited{
      padding:0 2px;
      text-decoration:none;
      color:black;
   }
  #site_index  a:hover{
      color:red;
      background-color:#E2E1E1;
   }
# site_index a.current 
{
color: #660000;
}

#site_index a span {
display: none;
}

td
{
	font-size: 12px;
}

#site_index a:hover span {
   
   display:block;
   margin-left:1em;
   width:auto;
   padding:2px;
   z-index:1;
   color:black;
   background-color:#FFFFE1;
   position: absolute;
   border:1px solid black;
   left: 300px;
}
/*p {
   margin-right: 8em;
}*/
