.anylinkcss{
	position:absolute;
	font:normal 11px/18px Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 205px;
	text-transform: uppercase;
	z-index: 99;
s
	border-top: 3px solid #FF0000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	color: #FF0000;
	visibility: hidden;
}

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

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