a.tooltip,a:link.tooltip{		
	text-decoration: none;	
	color: #4a5153;
	font-weight: bold;
	color:#4a5153;
}

a:hover.tooltip{ 
	color: black;
	font-weight:bold; 
	
} 

.tooltip:hover span span{
	display: block;
}

.tooltip span{	
	position: absolute;	
	text-decoration: none;	
}

.tooltip span span{
	display: none;	
	position: absolute;
	background-color: #eef2f2;
	border: 1px #4a5153;
	padding: 5px;		
	color: black;
	text-decoration: none;
	width: 250px;
	z-index: 100;
	top: 20px;	
	left: -30px;
	color: black;
	font-weight:bold;	
}