/*Bordo del menu principale*/
.menu_body .menu_border {
  border-style: solid;
  border-width: 0px;
  border-color: transparent; /*@CPZ_MENUBODY_COLOR_BORDER*/
}
/*Bordo dei sottomenu*/
.menu_body .submenu_border {
  border-left: 1px solid;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_BORDER_SM*/
}
/*Colore e dimensione del carattere e dello sfondo del menu principale*/
.menu_body .menu_font {
  font: normal normal 10px Verdana;	/*@CPZ_MENUBODY_FONT*/
  color: #000000; 			/*@CPZ_MENUBODY_COLOR_FONT*/
  cursor: pointer;
/*AG background-color: #96AED2; 	@CPZ_MENUBODY_COLOR_BACK*/
  background-color: #FFFFFF; /* 02022010 MT BIANCO*/ 		/*@CPZ_MENUBODY_COLOR_BACK*/  
}


/*Colore e dimensione del carattere e dello sfondo del menu principale (mouseover)*/
.menu_body .menu_font_over {
  font: normal normal 10px Verdana; /*@CPZ_MENUBODY_FONT_OVER*/
  color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_FONT_OVER*/
  cursor: pointer;
  /*background-color: #FFAF44;*/ /*@CPZ_MENUBODY_COLOR_BACK_OVER*/
  background-color: #001E52;
}

/*Colore e dimensione del carattere e dello sfondo dei sottomenu*/
.menu_body .submenu_font {
  font: normal normal 10px Verdana; 		/*@CPZ_MENUBODY_SM_FONT*/
  color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_FONT_SM*/
  cursor: pointer;
  background-color: #84A1C9; 		/*@CPZ_MENUBODY_COLOR_BACK_SM*/
}


/*Colore e dimensione del carattere e dello sfondo dei sottomenu (mouseover)*/
.menu_body .submenu_font_over {
  font: normal normal 10px Verdana; /*@CPZ_MENUBODY_SM_FONT_OVER*/
  color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_FONT_OVER_SM*/
  cursor: pointer;
  background-color: #001E52; /*@CPZ_MENUBODY_COLOR_BACK_OVER_SM*/
}
/*immagine di sfondo delle voci del menu principale*/
.menu_body .menu_img{
  border: 0px;
  height: 18px;
  background: transparent;
  background-image: none; /*@CPZ_MENUBODY_IMAGE_BACK*/
  padding-left: 9px; /*AG - prima era 3*/
  padding-right: 3px;
}
/*classe icona voce di menu principale*/
.menu_body .icons_menu {
  /*background-color: #96AED2;*/ /*@CPZ_MENUBODY_COLOR_BACK*/
  background-color: #FFFFFF; /* 02022010 MT BIANCO*/ 
}
/*classe icona voce di menu principale*/
.menu_body .icons_menu_over {
  background-color: #001E52; /*@CPZ_MENUBODY_COLOR_BACK_OVER*/
}
/*classe icona sottovoci*/
.menu_body .icons_smenu {
  background-color: #84A1C9; /*@CPZ_MENUBODY_COLOR_BACK_SM*/
}
/*classe icona sottovoci*/
.menu_body .icons_smenu_over {
  background-color: #001E52; /*@CPZ_MENUBODY_COLOR_BACK_OVER_SM*/
}
/*immagine (mouseover) di sfondo delle voci del menu principale*/
.menu_body .menu_img_over{
  border: 0px;
  height: 18px;
  background: transparent;
  background-image: none; /*@CPZ_MENUBODY_IMAGE_BACK_OVER*/
  padding-left: 3px;
  padding-right: 3px;
}
/*immagine a sinistra delle voci del menu principale*/
.menu_body .menu_img_sx{
  border: 0px;
  width: 0px;
  height: 18px;
  vertical-align: middle;
  /*background-color: #96AED2;*/ /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_SX*/
  background-color: #FFFFFF; /* 02022010 MT BIANCO*/
  background-image: Url(../SpTheme_1/images/icon_menuclose.gif); /*@CPZ_MENUBODY_IMAGE_SMUSSO_SX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine (mouseover) a sinistra delle voci del menu principale*/
.menu_body .menu_img_sx_over{
  border: 0px;
  width: 0px;
  height: 18px;
  background-color: #001E52; /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_SX_OVER*/
  background-image: Url(../SpTheme_1/images/icon_menuclose.gif); /*@CPZ_MENUBODY_IMAGE_SMUSSO_SX_OVER*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine a destra delle voci del menu principale*/
.menu_body .menu_img_dx{
  border: 0px;
  width: 11px;
  height: 18x;
  /*background-color: #96AED2;*/ /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_DX*/
  background-color: #FFFFFF; /* 02022010 MT BIANCO*/
  background-image: none; /*@CPZ_MENUBODY_IMAGE_SMUSSO_DX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine (mouseover) a destra delle voci del menu principale*/
.menu_body .menu_img_dx_over{
  border: 0px;
  width: 11px;
  height: 18x;
  background-color: #001E52; /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_DX_OVER*/
  background-image: none; /*@CPZ_MENUBODY_IMAGE_SMUSSO_DX_OVER*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine per indicare l'esistenza di un sottomenu*/
.menu_body .menu_img_arrow{
  border: 0px;
  height: 14px;
  width: 14px;
  background-image: Url(../SpTheme_1/images/menu_arrow.gif); /*@CPZ_MENUBODY_IMAGE_ARROW*/
  background-repeat: no-repeat;
}
/*immagine per separazione delle voci del menu principale orizzontale*/
.menu_body .menu_sep{
  border: 0px;
  width: 1px;	
  background-color: transparent; /*@CPZ_MENUBODY_COLOR_SEP*/
  background-image: none; /*@CPZ_MENUBODY_IMAGE_SEP*/
}
/*immagine per separazione delle voci del menu principale verticale*/
.menu_body .menu_sep_vert{
  border: 0px;
  /*background-color: #96AED2;*/ /*@CPZ_MENUBODY_COLOR_SEP_VERT*/
  height:4px; /*AG*/
  background-color: #FFFFFF; /* 02022010 MT BIANCO*/
  background-image: none; /*@CPZ_MENUBODY_IMAGE_SEP_VERT*/
}
/*separatore per le voci dei sottomenu*/
.menu_body .submenu_sep_vert{
  width: 100%;
  background-image: none;
  border-bottom: 1px solid;
  border-color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_FONT_SM*/
}
/*immagine sopra al menù di tipo slide*/
.menu_body .menu_img_top{
	display:none;
}
/*immagine sotto al menù di tipo slide*/
.menu_body .menu_img_bottom{
	display:none;
}


/*MENU HORIZONTAL2*/
.menu_body .menu_prin {
	height:24px;
	width:100%;
}
.menu_body .menuPrin_font{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #84A1C9; 
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-repeat:x-repeat;
	background-image:url(../SpTheme_1/images/menuviewtab.gif);
	border:0;
}
.menu_body .menuPrin_font_link{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #84A1C9; 
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-color:trasparent
	background-image:none;
	border:0;
}
.menu_body .menuPrin_img_sx{
	background-image:url(../SpTheme_1/images/menuviewtableft.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_body .menuPrin_img_dx{	
	background-image:url(../SpTheme_1/images/menuviewtabright.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_body .menuPrin_sep{
}
.menu_body .menuPrin_font_over {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #84A1C9; 
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-repeat:x-repeat;
	background-image:url(../SpTheme_1/images/menuviewtab.gif);
}
.menu_body .menuPrin_img_sx_over{
	background-image:url(../SpTheme_1/images/menuviewtableft.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_body .menuPrin_img_dx_over{
	background-image:url(../SpTheme_1/images/menuviewtabright.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_body .menu_sec{
	background-color:trasparent;
	background-image:none;
	background-repeat:x-repeat;
	margin-top:2;
}
.menu_body .menu_sec .menu_border {
}
/*MENU HORIZONTAL2

/*MENU FLAT*/
.menu_body .menuFlat{
	font: normal normal 10px Verdana;	
	color:#84A1C9;
}
.menu_body .menuFlat a{
	color:#585663;	
	text-decoration:none;	
	font: normal normal 10px Verdana;	
	vertical-align:top;
}
.menu_body .menuFlat h1{
	color: #FFFFFF;
	font: bold 10px Verdana;
	margin-right:20px;
	margin-left:0px;
	padding:5px 0px 3px 10px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #001E52;
	height:15px;
	cursor:pointer;		
	/*width:185px;*/
}

.menu_body .menuFlat h1 a{
	color: #FFFFFF;
	font: bold 10px Verdana;
	margin-right:20px;
	margin-left:0px;
	padding:0px 0px 3px 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #001E52;
	height:21px;
	cursor:pointer;		
}

/*Contenitore dei link diretti*/
.menu_body .menuFlat .menuRootContainer{
}
.menu_body .menuFlat .menuWrapperContainer{
}
.menu_body .menuFlat .menuContainer {
	width:208px;
	display:inline;
	vertical-align:top;
}


.menu_body .menuFlat .menuContent{	
}


.menu_body .menuFlat  ul {
	padding: 0px;
	margin: 8px;
}
/* SOTTOVOCE */
.menu_body .menuFlat .menuContent li {
	font: normal normal 10px Verdana;
	margin:0px;
	list-style: none;
	cursor: hand;
	padding-left:0px;
	height:25px;	
	white-space:nowrap;
	vertical-align:top;	
}
/* sottomenu aperto */
.menu_body .menuFlat li.subMenu_open {
	/*background: url('../SpTheme_1/images/menuviewopen.gif') no-repeat;*/
}
/* sottomenu chiuso */
.menu_body .menuFlat li.subMenu_close {
	/*background: url('../SpTheme_1/images/menuviewclose.gif') no-repeat;*/
}
/*item*/
.menu_body .menuFlat .itemMenu {
/*	background: url('../SpTheme_1/images/menuviewitem.gif') no-repeat;*/
	padding:0px 0px 0px 0px;
}
.menu_body .menuFlat .itemMenu a:hover{
	text-decoration:underline;
}
/*END MENU FLAT*/
