/* CSS Document */

body {	behavior: url(../csshover.htc); } /* WinIE behavior call */

a span {display: none; }
a:hover span {display: block;
   position: absolute;  width: 125px;
   padding: 5px; margin: 5px;
   color: #0152AD; background: #D9DEE4;
   font: 10px Verdana, sans-serif;}
