   
a.info {
	position:relative;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration: none;
}
a.info:hover {
   background: none; 
   z-index: 500; 
   color : #999999;
}


a.info span {display: none;}
a.info:hover span {
	display: block;
	position: absolute;
	white-space: nowrap;
	font-size:10px;
	font-weight:normal;
	width:130px;
	bottom: 40px;
	left: 0px;
	padding: 3px;
	color: #333333;
	text-decoration: none;
	background-color: #F1F3A5;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

