/*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-family: Arial,Verdana;font-size: 11px; text-align:right;font-weight: bold;color: #465A79; /*@CPZ_MENUBODY_COLOR_FONT*/ cursor: pointer; background-color: transparent; /*@CPZ_MENUBODY_COLOR_BACK*/}

/*Colore e dimensione del carattere e dello sfondo del menu principale (mouseover)*/
.menu_body .menu_font_over {font-family: Arial,Verdana;font-size: 11px;text-align:right;font-weight: bold;color: #71829C;/*@CPZ_MENUBODY_COLOR_FONT_OVER*/cursor: pointer;background-color: transparent; /*@CPZ_MENUBODY_COLOR_BACK_OVER*/}

/*Colore e dimensione del carattere e dello sfondo dei sottomenu*/
.menu_body .submenu_font {font-family: Verdana;font-size: 9px;font-weight: bold;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-family: Arial,Verdana;font-size: 11px; font-weight: bold;color: #FFFFFF; /*@CPZ_MENUBODY_COLOR_FONT_OVER_SM*/  cursor: pointer;background-color: #FFAF44; /*@CPZ_MENUBODY_COLOR_BACK_OVER_SM*/}

/*immagine di sfondo delle voci del menu principale*/
.menu_body .menu_img {border:0px;height: 26px; background: transparent;background-image: Url(../SpTheme_1/images/bg_menubody.gif); /*@CPZ_MENUBODY_IMAGE_BACK*/padding-left: 3px;padding-right: 3px; background-position:bottom;}

/*immagine (mouseover) di sfondo delle voci del menu principale*/
.menu_body .menu_img_over {border:0px; height: 26px; background:transparent; background-image: Url(../SpTheme_1/images/bg_menubody.gif); /*@CPZ_MENUBODY_IMAGE_BACK_OVER*/padding-left: 3px;padding-right: 3px;background-position:bottom;}

/*immagine a sinistra delle voci del menu principale*/
.menu_body .menu_img_sx{ border: 0px; width: 2px; height: 25px;background-color: transparent; /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_SX*/background-image: Url(../SpTheme_1/images/obj_sxmenu.gif); /*@CPZ_MENUBODY_IMAGE_SMUSSO_SX*/padding-left: 0px;padding-right: 0px; background-repeat: repeat-y;}

/*immagine (mouseover) a sinistra delle voci del menu principale*/
.menu_body .menu_img_sx_over {border:0px; width: 2px;height: 25px;background-color: transparent;
/*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_SX_OVER*/ background-image: Url(../SpTheme_1/images/obj_sxmenu.gif);
/*@CPZ_MENUBODY_IMAGE_SMUSSO_SX_OVER*/ padding-left: 0px; padding-right: 0px; background-repeat:repeat-y;}

/*immagine a destra delle voci del menu principale*/
.menu_body .menu_img_dx{
  border: 0px; width: 2px; height: 25px;  background-color: transparent;
/*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_DX*/ background-image: Url(../SpTheme_1/images/obj_dxmenu.gif);
/*@CPZ_MENUBODY_IMAGE_SMUSSO_DX*/ padding-left: 0px;  padding-right: 0px; background-repeat: repeat-y;}

/*immagine (mouseover) a destra delle voci del menu principale*/
.menu_body .menu_img_dx_over { border:0px;  width: 2px;  height: 25px; background-color: transparent; /*@CPZ_MENUBODY_COLOR_BACK_SMUSSO_DX_OVER*/ background-image: Url(../SpTheme_1/images/obj_dxmenu.gif);
/*@CPZ_MENUBODY_IMAGE_SMUSSO_DX_OVER*/padding-left: 0px; padding-right:0px; background-repeat: repeat-y;}

/*immagine per indicare l'esistenza di un sottomenu*/
.menu_body .menu_img_arrow { border: none; height: 14px; width: 14px; background-image: none; /*@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: transparent; /*@CPZ_MENUBODY_COLOR_SEP_VERT*/ 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*/}
