/* CSS Document */
.link{
	color: #000000;
	cursor: hand;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
}
.link:link, .link:visited, .link:active{
	color: Navy;
	font-weight: normal;
}
hr.menudx_divisori{
	margin-left: 5px;
	margin-right: 5px;
}
.normtext{
	color: #006699;
	cursor: default;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 3;
}
#conmenu {
	background-color: #F0F0F0;
	border: outset 2px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	layer-background-color: #F0F0F0;
	left: 0px;
	padding: 1 2 0 2;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 350px;
	z-index: 2;
}
#conshadow{
	background-color: #000000;
	layer-background-color: #333333;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 0;
}
ilayer a:hover{
	color: white;
}
