#popitmenu
{
	position: absolute;
	background-color: hsla(180, 60%, 50%, 0.3);
	border: 2px solid white;
	font: normal 12px Century Gothic, Trebuchet MS, Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a
{
	text-decoration: none;
	padding-left: 1px;
	color: teal;
	font-weight: bold;
	display: block;
}

#popitmenu a:hover
{
	/*hover background color*/
	background-color: white;
}
