a.ely {   position: relative; color: white; border-bottom: 0px gray dotted; }
a.ely span { display: none; }
a.ely:hover {
   background: none;/*IE*/ z-index: 5000; cursor: pointer;}
a.ely:hover span {
   display: inline; position: absolute;
   white-space: nowrap; 
   top: -146px !important; top:-150px; left: -105px; padding: 0px; border: 0px; border-left: 0px;}
 