.anylinkcss
{
	position: absolute;
	visibility: hidden;
	font: 10px Verdana;
	line-height: 18px;
	background-color: #ffffff;
	width: 175px;
	border-right: #686969 1px solid;
	border-top: #686969 1px solid;
	border-left: #686969 1px solid;
	border-bottom: #686969 1px solid;
	margin-top: 7px;
    z-index:100;   
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: #686969 1px solid;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover
{
	/*hover background color*/
	color: white;
	background-color: #000099;
}

