/*
 ====================================================

	VOCI MENU

 ====================================================
*/

/*Gruppo top contenitore del Menu Principale */
.TopGroup
{
	cursor: pointer;
}

/* Gruppo sottoMenu */
.MenuGroup
{
	cursor: pointer;
}

/* voce menu pricipale */
.TopMenuItem
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

/* voce menu pricipale Hover */
.TopMenuItemHover
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	background: url(Images/baseUI/schedaDescrizioneBg.jpg);
}

/* voce sottomenu */
.MenuItem
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

/* voce sottomenu Hover */
.MenuItemHover
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	/*background: url(Images/baseUI/schedaDescrizioneBg.jpg);*/
}

.MenuBreak
{
	background-image: url(/0/menu/break_bg.gif);
	width: 100%;
	height: 1px;
}

/* Selected item styles ------------------------------------ */
.SelectedItem
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	/*background: url(Images/baseUI/schedaDescrizioneBg.jpg);*/
}

.SelectedItemHover
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	/*background: url(Images/baseUI/schedaDescrizioneBg.jpg);*/
}

.SelectedItemExpanded
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	background: url(Images/baseUI/schedaDescrizioneBg.jpg);
}

/* Child selected item styles ------------------------------------ */
.ChildSelectedItem
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	background: url(Images/baseUI/schedaDescrizioneBg.jpg);
}

.ChildSelectedItemHover
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	background: url(Images/baseUI/schedaDescrizioneBg.jpg);
}

.ChildSelectedItemExpanded
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
	background: url(Images/baseUI/schedaDescrizioneBg.jpg);
}


/*
 ====================================================

	FINE VOCI MENU

 ====================================================
*/