a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000000;
	text-decoration: none;
	font-style: normal;}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#0000AF;
	font-style: normal;
    text-align: center}

a.info2{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000000;
	text-decoration: none;
	font-style: normal;}

a.info2:hover{z-index:25; background-color:#ff0}

a.info2 span{display: none}

a.info2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:35em;
    border:1px solid #0cf;
    background-color:#cff; color:#0000AF;
	font-style: normal;
    text-align: left}
	
a.info3{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000000;
	text-decoration: none;
	font-style: normal;}

a.info3:hover{z-index:25; background-color:#ff0}

a.info3 span{display: none}

a.info3:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:20em;
    border:1px solid #0cf;
    background-color:#cff; color:#0000AF;
	font-style: normal;
    text-align: center}
