@charset "UTF-8";

a.tooltip {
position: relative;
}

a:hover {
	text-decoration:none;
	background-color: #fff;
} /*BG color is a must for IE6*/

a:visited {
	color: #339900;
}

a.tooltip span {
	display:none;
	width:153px;
	margin: 0px;
	padding: 0px;
	color: #339900;
	height: 115px;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	height: 115px;
	width: 153px;
	background-image: url(../images/bubble2.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 15px;
}
