a.tt{
    position:relative;
    z-index:124;
    color:#000;
    text-decoration:none;
	margin-left: 2px;
	font-size: 11px;
	width: 170px;
	display: block;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #333; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; 
	right:210px;
	padding: 0px 0 0 0;
	width:200px;
    text-align: left;
	z-index:20;
	border: 1px solid #000;
}
a.tt:hover span.top{
	display: block;
	padding: 10px 8px 0;
    background: url(../gfx/bubble.gif) no-repeat top;
	z-index:5;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../gfx/bubble_filler.gif) repeat bottom; 
	z-index:5;
}
a.tt:hover span.bottom{
	display: block;
	padding:15px 28px 10px;
    background: url(../gfx/bubble.gif) no-repeat bottom;
	z-index:5;
}
