a.tt{
    position:relative;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover span#tooltip{
    display:block;
    position:absolute;
    top:10px;
    left:25px;
	padding: 35px 1px 1px 8px;
    height:75px;
	width:150px;
	color: white;
    text-align: left;
    background: url(../web-images/pullout.png) no-repeat top;
}
