/* CSS Document */
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none;position : relative ; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; position : relative ;}
a.tt:hover span.top{
	display: block;
	padding-left: 3px;
	padding-bottom : 10px ;
	padding-top : 6px ;
    background: url(bubble.png) no-repeat top;
    color : #9FD4FF ;
    font-size : 16pt ;
    position : relative ;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding-left: 3px; 
	background: url(bubble_filler.png) repeat bottom;
	font-size : 10pt ;
	color : #9FD4FF ;
}
a.tt:hover span.bottom{
	display: block;
	padding-left:3px;
	color: #548912;
    background: url(bubble.png) no-repeat bottom;
    font-size : 4pt ;
    color : silver ;
    height : 3px ;
}

