.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font-family:tahoma;
	font-size:11px;
	line-height: 18px;
	z-index: 1000;
	background-color:#000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	width: 200px;
	text-align:right;
	top: 150px;
	
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#FFFFFF;
	border-bottom: 1px solid #333;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color:#fe0908;

}
