.anylinkcss
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #708090;
	border-bottom-width: 1px solid #708090;
	font: normal 11px tahoma;
	line-height: 10px;
	z-index: 100;
	background-color: #FFFFCD;
	width: 205px;
	color: black;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #708090;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	font: tahoma;
	font-size: 11px;
	text-indent: 5px;
}

.anylinkcss a:hover /*hover background color*/
{
	background-color: #A6B9CC;
	color: black;
	font: tahoma;
	font-size: 11px;
	font-weight: bold;
}
