.anylinkcss { 
	position: absolute;
	visibility: hidden;
	border-bottom-width: 1;
	font: 11px Verdana;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
	background-color: #244409;
	margin-left: 0px;
	/* for IE */
	filter: alpha(opacity=75);
	/* CSS3 standard */
	opacity: 0.75;
	/* for Mozilla */
	-moz-opacity:0.75;
	padding-top: 5px;
	display: inline;
	overflow: visible;
	width: 235px;
	float: none;
	}
.anylinkcss a {
	float: none;
	font-weight: normal;
	color:#fff;
	width: 100%;
	height: 22px;
	display: block;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	border-bottom: 1px solid #333;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
	text-indent: 6px;
	}
.anylinkcss a:link {
	color:#fff;
	}
.anylinkcss a:hover { /*hover background color*/
	background-color: #667c55;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:1;
	/* for Mozilla */
	-moz-opacity:1;
	color:#fff;
	float:none;
	}
