﻿.anylinkcss {
	position: absolute;
	visibility: hidden;
	cursor: pointer;
	padding-left: 30px;
	/*border: 1px solid gray;*/
	border-bottom-width: 0;
	color: white;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 500;
	/*background-color: black;*/
	width: 140px;
	top: -2000px;
	left:-2000px;
}
.anylinkcss a {
	color: gray;
	display: block;
	text-indent: 5px;
	/*border-bottom: 1px solid gray;*/
	padding: 1px 0;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
	width: 140px;
	height: 20px;
	position: relative;
}
.anylinkcss a:hover {
	/*hover background color*/
	background-color: #808080;
	color: black;
}
