.contextMenu {
	position: absolute;
	display: none;
	z-index: 100;
	background-color: #ECE9D8;
	padding: 5px 2px 5px 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #9D8B66;
	border-left-color: #9D8B66;
}
.contextMenu_item {
	padding: 4px 20px 5px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	cursor: default;
	font-weight: normal;
}
.contextMenu_icone_item {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.contextMenu_item:hover {
	background-color: #003399;
	color:#FFFFFF;
	text-decoration: none;
}

#popupInterno_tampa {
	filter: alpha(opacity=65);
	opacity: .65;
	position: absolute;
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	top: 0px;
	left: 0px;
}
.popupInterno_box {
	background-color:#FFFFFF;
	padding: 10px;
	border: solid #999999 1px;
}
