.anylinkcss{
position:absolute;
visibility: hidden;
border:1px #000000;
font:normal 10px Verdana;
line-height: 30px;
z-index: 100;
background-color:#CCCCCC;
width: 170px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 0px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #003333;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #003333;
color: white;
}
