.anylinkcss{
	position:absolute;
	z-index:100;
	visibility:hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height: 18px;
	background-color: #FEDCA9;
	width: 205px;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	z-index:100;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

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

#valami {
	position:absolute;
	left:293px;
	top:253px;
	width:200px;
	height:200px;
	background-color:#00FF00;
}	
