
.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 12px Verdana;
	line-height: 20px;
	z-index: 100;
	background-color: white;
	width: 180px;
	top: -500px;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	background-image: url(../img/teste.gif);
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.anylinkcss a{
	color: #206046;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #206046;
	color: white;

}
}
