.anylinkcss { 
	position: absolute;
	visibility: hidden;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
	background-color: #000;
	margin-left: 0px;
	/* for IE */
/*	filter: alpha(opacity=90); */
	/* CSS3 standard */
/*	opacity: 0.90; */
	/* for Mozilla */
/*	-moz-opacity:1; */
	padding-top: 5px;
	display: inline;
	overflow: visible;
	width: 235px;
	float: none;
	}
.anylinkcss a {
	float: none;
	font-weight: normal;
	color: #fff;
	width: 100%;
	height: 20px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
	border-bottom: 1px solid #660000;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
	text-indent: 6px;
	}
.anylinkcss a:link {
	color: #fff;
	}
.anylinkcss a:hover { /*hover background color*/
	background-color: red;
	/* for IE */
/*	filter: alpha(opacity=90); */
	/* CSS3 standard */
/*	opacity: 0; */
	/* for Mozilla */
/*	-moz-opacity:1; */
	color: #fff;
	float: none;
	border-bottom: 1px solid #000;
	}

