.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 11px Arial;
	line-height: 15px;
	z-index: 100;
	background-color: #6B6A6B;
	width: 180px;
	top: 597px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: white;
text-indent: 5px;
}

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

.button {
	color: #FFFFCC;
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 22b4ff;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: 22b4ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
}

