﻿/*
 ====================================================

	VOCI MENU

 ====================================================
*/
/*Gruppo top contenitore del Menu Principale */
.TopGroup {
	cursor: default;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: normal;
}
/* Gruppo sottoMenu */
.MenuGroup {
	font-size: 10pt;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;

}

/* voce menu pricipale */
.TopMenuItem {
	font-size: 10pt;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	cursor: default;
}
/* voce menu pricipale Hover */
.TopMenuItemHover {
	color: #ffffff;
	cursor: default;
	font-family: Georgia, Times New Roman, Times, serif;
		font-size: 10pt;

}
/* voce sottomenu */
.MenuItem {
	font-size: 10pt;
	color: #000000;
	font-family:Georgia,Arial, Helvetica, sans-serif;
	font-style:normal;
	cursor: default;
	background-color:#BCBE00;
}
/* voce sottomenu Hover */
.MenuItemHover {
	color: #ffffff;
	font-family:Georgia,Arial, Helvetica, sans-serif;
	font-style:normal;
	cursor: default;
	background-color:#BCBE00;
}
.MenuBreak {
}
/* Selected item styles ------------------------------------ */
.SelectedItem {
	font-size: 10pt;
	color: #ffffff;
	cursor: default;

	font-family: Georgia,Arial, Helvetica, sans-serif;
}
.SelectedItemHover {
	font-size: 10pt;
	color: #ffffff;
	cursor: default;

	font-family: Georgia,Arial, Helvetica, sans-serif;

}
.SelectedItemExpanded {
	font-size: 10pt;
	color: #ffffff;
	cursor: default;

	font-family: Georgia,Arial, Helvetica, sans-serif;

}
/* Child selected item styles ------------------------------------ */
.ChildSelectedItem {
	font-size: 10pt;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	cursor: default;
}
.ChildSelectedItemHover {
	color: #ffffff;
	cursor: default;
	font-weight:bold
}
.ChildSelectedItemExpanded {
	font-size: 10pt;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	cursor: default;
}
/*
 ====================================================

	FINE VOCI MENU

 ====================================================
*/
