.anylinkcss{
position:absolute;
visibility: hidden;
border:1px dotted black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 20px;
z-index: 200;
background-color: #CCCCCC;
width: 100px;
}

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

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

A:link {
       font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
       color:#006699;
	   text-decoration:none;
	   underlined:none
}
A:visited {
       font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
       color:#006699;
	   text-decoration:none;
	   underlined:none
}
A:hover {
       font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
       color:red;
	   text-decoration:none;
	   underlined:none
}
}