.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 180px;
	text-align: left;
	clear: both;
	background-position: left;
	float: left;
}

.link1 a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.link1 a:hover{ /*hover background color*/
background-color: black;
color: white;
}
