a.kieli {
	/*position:relative;*/
}
a.kieli:hover{
	background:none; /*tooltip ie-bugfix*/
}
a.kieli .tooltip {
	display:none;
	z-index:1000;
}
a.kieli:hover .tooltip {
	position:absolute;
	display:block;
	/*width:150px;*/
	top:-3px;
	left:-3px;
	/*text-align:left;*/
	padding: 3px;
	text-decoration:none;
	background-color: rgb(169, 170, 176);
	font-weight:normal;
	color:#444444;
	/*background-image:url(gfx/tooltip.gif);
	background-repeat:no-repeat;*/
}
