/*---------- bubble tooltip -----------*/


a.l{
    position:relative;
    z-index:0;

    text-decoration:none;
}
a.l span{ display: none; }

a.l:hover{ z-index:5; }

a.l:hover span.tooltip
{
    display:block;
    position:absolute;
    top: 45px;  
    left: -240;
	color: #000000;
    text-align: left;
    background: url('/images/bub.png') no-repeat top;
	behavior: url('/images/pngbehavior.htc');      
	padding: 45px 22px;

	

}
/*
a.l:hover span.middle{
	display: block;
	padding: 45px 22px;
    background: url(images/bub.png) no-repeat top;
	behavior: url('pngbehavior.htc');  
}
*/
