a.bulmike { position: relative; color: white; text-decoration: none; border-bottom: 0px gray dotted; }
a.bulmike span { display: none; }
a.bulmike:hover { background: none;/*IE*/ z-index: 5000;  cursor: pointer;}
a.bulmike:hover span {
   display: inline; position: absolute;
   white-space: nowrap; 
   top: +14px !important; top:-0px; left: -114px; background: black; color: white; padding: 0px; border: 0px solid green; border-left: 0px solid green;}
 