/* STATO NORMALE */
.menuItemFirst {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#FFFFFF;
	cursor:				pointer;
	background-color:	#F49401;
	padding:			10px 10px 10px 10px;

	width:				166px;	
	
	border-left: 		1px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #F49401;	
	border-bottom: 		1px solid #F49401;
}

.menuItem {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#FFFFFF;
	cursor:				pointer;
	background-color:	#F49401;
	padding:			10px 10px 10px 10px;
	
	width:				166px;
	
	border-left: 		1px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #FBD59C;	
	border-bottom: 		1px solid #FBD59C;
}
.menuItemLast {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#FFFFFF;
	cursor:				pointer;
	background-color:	#F49401;
	padding:			10px 10px 10px 10px;
	
	width:				166px;
	
	border-left: 		1px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #FBD59C;	
	border-bottom: 		1px solid #FBD59C;
}

/* STATO CON IL PASSAGGIO DEL MOUSE */
.menuItemFirstOver {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#303768;
	cursor:				pointer;
	background-color:	#FBD59C;
/*	background-image:url(../../images/arancio_sfumatura_menu.gif); */
	padding:			10px 10px 10px 10px;
	
	width:				166px;
 	border: 			1px solid #F49401;
	
	border-left: 		10px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #FBD59C;	
	border-bottom: 		1px solid #FBD59C;

}

.menuItemOver {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#303768;
	cursor:				pointer;
	background-color:	#FBD59C;
/*	background-image:url(../../images/arancio_sfumatura_menu.gif); */
	padding:			10px 10px 10px 10px;
	
	width:				166px;
	
	border-left: 		10px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #FBD59C;
	border-bottom: 		1px solid #FBD59C;
}
.menuItemLastOver {
	font-family: 		verdana, arial, helvetica;
	font-size: 			11px;
	font-weight:		normal;
	color:				#303768;
	cursor:				pointer;
	background-color:	#FBD59C;
/*	background-image:url(../../images/arancio_sfumatura_menu.gif); */
	padding:			10px 10px 10px 10px;
	
	width:				166px;
	
	border-left: 		10px solid #F49401;
	border-right: 		1px solid #F49401;
	border-top: 		1px solid #FBD59C;	
	border-bottom: 		1px solid #FBD59C;
}

/* submenus container */
.submenu {
	-moz-opacity:.		4;
	filter:				alpha(opacity=90);
	width:				160px;
}