.anylinkcss{
	position:absolute;
	visibility: hidden;
 	line-height: 50px;
	z-index: 100;
	background-color: #000000;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align:middle;
 	filter: Alpha(Opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88
}

.anylinkcss a{
	 
	display: block;
	 
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	height: 28px;
	padding-top:10px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

.anylinkcss a:hover{ color: #1B95D2;
}
