
#popitmenu{
	position: absolute;
	white-space: nowrap;
	background-color: white;
	border: 1px solid #333;
	font: normal 12px Arial;
	z-index: 10000;
	visibility: hidden;
}

#popitmenu .title a {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 6px;
	padding-top: 4px;
	color: black;
	height: 20px;
	display: block;
	white-space: nowrap;
	font-weight: bold;
	background-color: #AAA;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
	line-height: 20px;
}

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