.anylinkcss {
	background-image:url(img/product_back_optimized.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position: absolute;
	visibility: hidden;
	font:normal 12px Verdana;
	z-index: 1;
	width: 205px;
}
.anylinkcss a {
	width: 100%;
	display: block;
	padding: 1px;
	text-decoration: none;
	/*text-indent: 5px;*/
margin-left: 5px;
	margin-top: 3px;
}
.anylinkcss a:hover { /*hover background color*/
	color: gray;
	text-decoration: underline;
}
