/* CSS Document */

.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: solid # 1px;
	border-bottom-width: 0px;
	font: normal 10px Arial;
	line-height: 14px;
	z-index: 100;
	background-color: #0EC329;
	width: 175px;
	padding: 1 4 1 4;
	margin-left: 2px;
	margin-right: 2px;
}


.anylinkcss a{
width: 155px;
display: block;
text-indent: 5px;
border-bottom: solid #ffffff 1px;
padding: 1px 0;
text-decoration: none;
font-weight: lighter;
text-indent: 5px;
}

.anylinkcss a:hover{
	background-color: #08C920;
	color: #070280;
	border: solid #ffffff 1px;
}

