.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid #EBEBEB;
	z-index: 300;
	width: 205px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
}

.anylinkcss a{
	color: black;
	display: block;
	text-indent: 3px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	background-color: #EEEEEE;
	background-image: url(images/menubg2.jpg);
	background-repeat: repeat;
	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: #F8F8F8;
	border-right-color: #DFDFDF;
	border-bottom-color: #C5C5C5;
	border-left-color: #DFDFDF;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #797979;
	background-image: url(images/menubg2a.jpg);
	background-repeat: repeat;
}
