a.tt1{
    position:relative;
    z-index:24;
    color:#537B94;
    text-decoration:none;
}
a.tt1 span{ display: none; }

a.tt1:hover{ z-index:25; color: #537B94;}
a.tt1:hover span.tooltip{
    padding-left:0px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:0px;
    display:block;
    position:absolute;
    top:15px; 
	left:0px;
	color: #993300;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	width:auto;
   
}
a.tt1:hover span.top{
	display: block;
	background: url('bubble.gif') no-repeat top;
	padding-left:8px; 
	padding-right:8px; 
	padding-top:30px; 
	padding-bottom:0px;
	width:185px;
}
a.tt1:hover span.middle{ 
	display: block;
	background: url('bubble_filler.gif') bottom; 
	width:185px;
	height:auto;
	padding-left:8px; 
	padding-right:8px; 
	padding-top:0px; 
	padding-bottom:0px
}
a.tt1:hover span.bottom{
	display: block;
	color: #548912;
	width:185px;
    background: url('bubble.gif') no-repeat bottom;
	line-height:3px; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:3px; 
	padding-bottom:10px
}
