.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 180px;
	text-align: left;	
	filter:alpha(opacity=70);
	-moz-opacity:0.7; 
	
}

.anylinkcss a{
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #FF9900;
	color: black;
}