/*//////////////////*/
/* STILI DI DEFAULT */
/*//////////////////*/
.cls-MenuDefaultBodyStyle
{
	padding:0;
	background-color:lightgray;
	color:white;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;	
}

.cls-MenuDefaultItemStyle
{
	padding:0;
	background-color:lightgray;
	color:white;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;	
	
}
/*//////////*/
/* MAINMENU */
/*//////////*/

/* corpo della tabella che contiene il menu */
.cls-MainMenuBody
{	background-color:#D6E2FC;
	width:95%;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#C4D2EF;
	border-right-color:#C4D2EF;
	border-left-color:#C4D2EF;
	border-top-color:#C4D2EF; 	
}

/* MAINMENU1*/
/* elemento (TD) non selezionato e non "hover" */
.cls-MainMenuItem1
{
	background-color:#ffffff;
	color:#505050;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 7;
	padding-top: 3;
	padding-bottom: 3;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	border-left-color:#ffffff;
	border-top-color:#ffffff;	
	cursor: pointer;

}
/* elemento (TD) selezionato e non "hover" */
.cls-MenuSelectedItem1
{
	background-color:#D6E2FC;
	color:#505050;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 7;
	padding-top: 3;
	padding-bottom: 3;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	border-left-color:#808080;
	border-top-color:#808080;
	cursor: pointer;
}
/* elemento (TD) non selezionato e in "hover" */
.cls-MainMenuOverItem1
{
	background-color:#D6E2FC;
	color:#505050;
	font-size:11px;
	font-family:Tahoma;
	text-transform:uppercase;
	font-weight:bold;
	padding-left: 7;
	padding-top: 3;
	padding-bottom: 3;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#808080;
	border-right-color:#808080;
	border-left-color:#ffffff;
	border-top-color:#ffffff;
	cursor: pointer;
}
/* elemento (TD) selezionato e in "hover" */
.cls-MenuSelectedOverItem1
{
	background-color:#D6E2FC;
	color:#505050;
	font-size:11px;
	font-family:Tahoma;
	text-transform:uppercase;
	font-weight:bold;
	padding-left: 7;
	padding-top: 3;
	padding-bottom: 3;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#D6E2FC;
	border-right-color:#D6E2FC;
	border-left-color:#D6E2FC;
	border-top-color:#D6E2FC;		
	cursor: pointer;
}

/*/////////*/
/* SUBMENU */
/*/////////*/

/* SUBMENU 1 */
/* corpo della tabella */
.cls-SubMenuBody1
{
	padding:0;
	background-color:#808080;
	border-width:1px;
	border-style:solid;
	border-color:#F89724;	
	/*border-bottom-style:none;*/
	margin:0;
}
/* elemento (TD) non selezionato e non "hover" */
.cls-SubMenuItem1,cls-SubMenuSelectedItem1
{
	background-color:#FFFFD9;
	color:#751113;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	border-style: solid; 
	border-width:1px;
	border-color:#FFFFD9;
	cursor: pointer; 
	padding:3;
}
/* elemento (TD) non selezionato e in "hover" */
.cls-SubMenuOverItem1,cls-SubMenuSelectedOverItem1
{
	background-color:#D6E2FC;
	color:#751113;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	border-style: solid; 
	border-width:1px;
	border-bottom-color:#808080;
	border-right-color:#808080;
	border-left-color:#ffffff;
	border-top-color:#ffffff;
	cursor: pointer; 
	padding:3;
}
/* elemento (TD) selezionato e non "hover" 
.cls-SubMenuSelectedItem1
{
	background-color:#FFFFD9;
	color:#751113;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	border-style: solid; 
	border-width: 0; 
	border-bottom-width: 1; 
	border-color: #eeeeee;
	cursor: pointer; 
	cursor: hand;
	padding:3;	
}
*/
/* elemento (TD) selezionato e in "hover" 
.cls-SubMenuSelectedOverItem1
{
	background-color:#D6E2FC;
	color:#751113;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	border-style: solid; 
	border-width: 0; 
	border-bottom-width: 1; 
	border-color: #eeeeee;
	cursor: pointer; 
	cursor: hand;
	padding:3;	
}
*/

