a
{
	text-decoration: underline;
}

.anylinkcss
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	z-index: 100;
	visibility: hidden;
	font: 12px/18px Arial;
	border-left: gray 1px solid;
	width: 205px;
	border-bottom: gray 0px solid;
	position: absolute;
	background-color: #6ac07a;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}

.sidelink{font-size: 11px; color: #116259; font-weight: bold;text-decoration: underline;}


