.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:;
    text-decoration:none;
}
.tt span{ display: none; }

.tt:hover{ z-index:25; color: #aaaaff; background:;}
.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:400px;
	color: #000000;
}
.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../high/img/bubble400kei.gif) no-repeat top;
}
.tt:hover span.middle{ 
	display: block;
	padding: 0 16px; 
	background: url(../high/img/bubble_filler400kei.gif) repeat bottom; 
}
.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../high/img/bubble400kei.gif) no-repeat bottom;
}
