.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 120px;
border-bottom: 1px solid #5F5F5F;
}
.anylinkcss a{
width:100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
border-bottom: 1px solid #5F5F5F;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #FF0000;
text-decoration:none;
}
.aa {
	font-size:14px;
}
.aa:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
}
.aa:visited {
	text-decoration: none;
	font-weight:bold;
}
.aa:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}
.aa:active {
	text-decoration: none;
	font-weight:bold;
}