.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #224177;
width: 220px;
color: white;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: white;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;

}
.anylinkcss1{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #224177;
width: 75px;
color: white;

}

.anylinkcss1 a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: white;

}

.anylinkcss1 a:hover{ /*hover background color*/
background-color: black;

}

.anylinkcss2{
	position:absolute;
	visibility: hidden;
	line-height: 14px;
	z-index: 100;
	background-color: white;
	width: 260px;
	color: black;
	border: thin solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.anylinkcss2 a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: black;

}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: navy;
color: white;

}

