.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #242424;
	width: 180px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90
}

.anylinkcss a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #B0B0B0;
color: #242424;
}
