.menuItem {
 	border-style: dotted ;
 	border-width:0px;
 	border-top-width:0px;
 	border-left-width:0px;
 	border-right-width:0px;
 	border-bottom-width:0px;
 	border-color:0052C2;/*BLU*/
 	padding:0px;
 	font-size:10pt;
 	font-family:times;
}

.menuLink {
	color:			0052C2;/*BLU*/
	font-size:10pt;
 	font-family:times;
	text-decoration : none;
	font-weight:normal;

	vertical-align : 	middle;
	text-align:		left;
}

.menuLinkChild {
	color:			0052C2;/*BLU*/
	font-size:10pt;
 	font-family:times;
	text-decoration : none;
	font-weight:normal;

	vertical-align : middle;
	text-align:left;
 	width:100%;
}

.menuLink:hover {
	color:		0052C2;/*BLU*/
}

.menuLinkChild:hover {
	color:			White;
 	background: 		0052C2;/*BLU*/
}

.menuButton {
	font-size:10pt;
	font-family:times;
	text-align:left;
}

.menu {
 	border-style: solid;
 	border-width:2px;
	position:absolute; 
	top:20px; 
	visibility:hidden;
 	background: 		fac659;/*ARANCIO*/
 	border-color:		0052C2;/*BLU*/
 	width: 140px;
}