.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid #ECECF1;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 20px;
	height: 20px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 150px;
	display: block;
}

.anylinkcss a
{
	font:normal 12px Arial;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ECECF1;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #7F7F7F;
	text-align: right;
	direction: rtl;
	background-color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ECF1F5; color: #003F77; text-decoration: none;
}
