div#links 
  {position: absolute; 
   background-image:url("../img/pfote_bg.gif"); 
   background-position: -5px -50px; 
   background-color: cornsilk; 
/*   background-color: navajowhite;*/ 
   top: 150px; left: 5px; 
   width:120px; /* height: 200px;*/ 
   font: 14px Verdana, sans-serif; z-index: 100; 
   border-width: 2px; 
/*   border-color: #00FF00;  */ 
} 
 
div#links a 
  {display: block; 
   text-align: center; 
   vertical-align: top; 
   font: bold 1em sans-serif; 
   padding: 5px; 
   text-decoration: none; 
   border-width: 2px; 
/*   border-color: #00FF00;*/ 
 
   } 
div#links a:visited 
  {display: block; 
   text-align: center; 
   font: bold 1em sans-serif; 
   padding: 5px; 
   text-decoration: none; 
   border-width: 2px; 
 /*  border-color: #00FF00;*/ 
  } 
 
div#links a:hover 
  {color: #FF0000; 
   display: block; 
   text-align: center; 
   font: bold 1em sans-serif; 
   margin: 0; 
   border-width: 2px; 
 
  } 
 
div#links a:active 
  {color: #411; 
   display: block; 
   text-align: center; 
   font: bold 1em sans-serif; 
   padding: 5px; 
   margin: 0; 
  } 
 
div#links a:focus 
  {color: #411; 
   display: block; 
   text-align: center; 
   font: bold 1em sans-serif; 
   padding: 5px; 
   margin: 0; 
   background-color: chartreuse; 
  } 
div#links a span {display: none;} 
 
div#links a:hover span {display: block; 
   position: absolute; 
   /*top: 200px; left: 0px; width: 120px; */ 
   margin: 10px; 
   padding: 2px; z-index: 103; 
   color: black; background: lemonchiffon; 
   font: 10px Verdana, sans-serif; text-align: center; 
   border-width: 1px; border-style: ridge; 
   width:200px; 
   text-align: left;}