.anylinkcss { 
	background-color: transparent; 
	position:absolute; 
	visibility: hidden; 
	z-index: 800; 
	width: 175px; 
	margin-left: 0; 
	border-bottom: 1px solid #000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.anylinkcss a { 
	color: white;
	background-color: #210000;
	display: block;
	font-size: 11px; 
	font-family: verdana, tahoma, arial; 
	width: auto; 
	text-indent: 3px; 
	padding: 3px; 
	text-decoration: none; 
	text-indent: 5px; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.anylinkcss a:hover { 
	background-color: #000000; 
	color: white; 
	text-decoration: none;
}