/*Bordo del menu principale*/
.menu_public .menu_border {
  border-style: solid;
  border-width: 0px;
  border-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BORDER*/
}
/*Bordo dei sottomenu*/
.menu_public .submenu_border {
  border-left: 1px solid;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_BORDER_SM*/
}
/*Colore e dimensione del carattere e dello sfondo del menu principale*/
.menu_public .menu_font {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT*/
  cursor: pointer;
  background-color: #406EAC; /*@CPZ_MENUPUBLIC_COLOR_BACK*/
}
/*Colore e dimensione del carattere e dello sfondo del menu principale (mouseover)*/
.menu_public .menu_font_over {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT_OVER*/
  cursor: pointer;
  background-color: #FFAF44; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER*/
}
/*Colore e dimensione del carattere e dello sfondo dei sottomenu*/
.menu_public .submenu_font {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT_SM*/
  cursor: pointer;
  background-color: #84A1C9; /*@CPZ_MENUPUBLIC_COLOR_BACK_SM*/
}
/*Colore e dimensione del carattere e dello sfondo dei sottomenu (mouseover)*/
.menu_public .submenu_font_over {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT_OVER_SM*/
  cursor: pointer;
  background-color: #FFAF44; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER_SM*/
}
/*immagine di sfondo delle voci del menu principale*/
.menu_public .menu_img{
  border: 0px;
  height:22px;
  background: transparent;
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_BACK*/
  padding-left: 3px;
  padding-right: 3px;
}
/*immagine (mouseover) di sfondo delle voci del menu principale*/
.menu_public .menu_img_over{
  border: 0px;
  height: 22px;
  background:transparent;
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_BACK_OVER*/
  padding-left: 3px;
  padding-right: 3px;
}
/*immagine a sinistra delle voci del menu principale*/
.menu_public .menu_img_sx{
  border: 0px;
  width: 3px;
  height: 22px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_SX*/
  background-image: Url(../SpTheme_1/images/l2_smusso_mbar_sx.gif); /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_SX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine (mouseover) a sinistra delle voci del menu principale*/
.menu_public .menu_img_sx_over{
  border: 0px;
  width: 3px;
  height: 22px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_SX_OVER*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_SX_OVER*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine a destra delle voci del menu principale*/
.menu_public .menu_img_dx{
  border: 0px;
  width: 3px;
  height: 22px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_DX*/
  background-image: Url(../SpTheme_1/images/l2_smusso_mbar_dx.gif); /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_DX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine (mouseover) a destra delle voci del menu principale*/
.menu_public .menu_img_dx_over{
  border: 0px;
  width: 3px;
  height: 22px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_DX_OVER*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_DX_OVER*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
}
/*immagine per indicare l'esistenza di un sottomenu*/
.menu_public .menu_img_arrow{
  border: 0px;
  height: 14px;
  width: 14px;
  background-image: Url(../SpTheme_1/images/menu_arrow.gif); /*@CPZ_MENUPUBLIC_IMAGE_ARROW*/
  background-repeat: no-repeat;
}
/*immagine per separazione delle voci del menu principale orizzontale*/
.menu_public .menu_sep{
  border: 0px;
  width: 1px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_SEP*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SEP*/
}
/*immagine per separazione delle voci del menu principale verticale*/
.menu_public .menu_sep_vert{
  border: 1px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_SEP_VERT*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SEP_VERT*/
}
/*separatore per le voci dei sottomenu*/
.menu_public .submenu_sep_vert{
  width: 100%;
  background-image: none;
  border-bottom: 1px solid;
  border-color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT_SM*/
}
