/*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: 1px solid;border-bottom: 1px solid;border-top: 0px;border-color: #8C8C8C;/*@CPZ_MENUPUBLIC_COLOR_BORDER_SM*/}

/*Colore e dimensione del carattere e dello sfondo del menu principale*/
.menu_public .menu_font {font-family: Arial, Verdana; font-size: 11px;font-weight: bold;color: #D93660;white-space:nowrap;/*@CPZ_MENUPUBLIC_COLOR_FONT*/cursor: pointer; background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK*/}

/*Colore e dimensione del carattere e dello sfondo del menu principale (mouseover)*/
.menu_public .menu_font_over {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #465A79;white-space:nowrap;/*@CPZ_MENUPUBLIC_COLOR_FONT_OVER*/ cursor: pointer;background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER*/}

/*Colore e dimensione del carattere e dello sfondo dei sottomenu*/
.menu_public .submenu_font {font-family:Arial, Verdana;font-size: 11px;font-weight: normal;color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT_SM*/cursor: pointer;background-color: #465A79; /*@CPZ_MENUPUBLIC_COLOR_BACK_SM*/}

/*Colore e dimensione del carattere e dello sfondo dei sottomenu (mouseover)*/
.menu_public .submenu_font_over {font-family: Arial, Verdana;font-size: 11px; font-weight: normal;color: #D93660;/*@CPZ_MENUPUBLIC_COLOR_FONT_OVER_SM*/cursor: pointer;background-color: #F0F6F9; /*@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: Url(../SpTheme_1/images/bg_menupub.gif); /*@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: 2px;background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_SX*/background-image: Url(../SpTheme_1/images/filetto_menu2.gif); /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_SX*/ padding-left: 7px;padding-right: 7px;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: Url(../SpTheme_1/images/filetto_menu2.gif); /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_SX_OVER*/padding-left: 7px;padding-right: 7px;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: none; /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_DX*/padding-left: 0px;padding-right: 7px;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: 7px;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*/}