.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #669900;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 1px;
border-bottom: 1px solid #666666;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-indent: 2px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #669900;
color: white;
}
}
.bottomline {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

