div.popup {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 150px;
	background: #b90171;
	color: white;
	border: 1px solid white;
}
div.popup a {
	display: block;
	color: white;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	font: 14px arial,helvetica,sans-serif;
	font-weight: bold;
}
* html div.popup a {
	height: 1px;
}
div.popup a:hover {
	background: black;
}

