﻿.anylinkcss {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0 solid black;
	position: absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	filter: alpha(opacity= 85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	width: 205px;
	text-align: left;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
.anylinkcss a:hover {
	background-color: #000000;
	color: white;
}

