a.tt{
    position:relative;
    z-index:24;
  
	font-weight:bold;
    text-decoration:none;
}
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;  background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:20px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler.gif) repeat bottom; 
	text-align:left;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	
    background: url(img/bubble.gif) no-repeat bottom;
}

/* new one */
a.tt1{
    position:relative;
    z-index:24;
  
	font-weight:bold;
    text-decoration:none;
}
a.tt1 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt1:hover{ z-index:25;  background:;}
a.tt1:hover span.tooltip{
    display:block;
    position:absolute;
    top:-150px; left:30px;

	padding: 10px 0 0 0;
	width:200px;
	
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}
a.tt1:hover span.top{
	display: block;
	padding: 10px 8px 0;
    background: url(img/bubble_top.gif) no-repeat top;
}
a.tt1:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler.gif) repeat bottom; 
	text-align:left;
}
a.tt1:hover span.bottom{
	display: block;
	padding:3px 8px 30px;
	
    background: url(img/bubble_top.gif) no-repeat bottom;
}

/* new one end */
/* new one1 */
a.tt2{
    position:relative;
    z-index:24;
  
	font-weight:bold;
    text-decoration:none;
}
a.tt2 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt2:hover{ z-index:25;  background:;}
a.tt2:hover span.tooltip{
    display:block;
    position:absolute;
    top:15px; left:-220px;
	padding: 15px 0 0 0;
	width:250px;
	
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}
a.tt2:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(img/bubble_top1.gif) no-repeat top;
}
a.tt2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler_top1.gif) repeat bottom; 
	text-align:left;
}
a.tt2:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	
    background: url(img/bubble_top1.gif) no-repeat bottom;
}

/* new one1 end */
.wording {
color:#990033;
}