/* MENU PRINCIPALE ------------------------------------------------------ */

/*Impostazioni generali del menu principale*/

.menu_public {
	margin: 0px;
	padding: 0px;
	background-color: #164472;
	/* border-top: 1px solid #333333; */
}

/*Bordo del menu principale*/

.menu_public .menu_border {
  border-left: 0px solid;
  border-right:  0px solid;
}

/*Colore e dimensione del carattere e dello sfondo del menu principale*/

.menu_public .menu_font{
	display: block;
	width: 80px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
  cursor: pointer;
  font: normal normal 11px Trebuchet, Verdana, Arial, Helvetica; /*@CPZ_MENUPUBLIC_FONT*/
  color: #FFFFFF; /*@CPZ_MENUPUBLIC_COLOR_FONT*/
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK*/
}

.menu_public .menu_font_over {
	display: block;
	width: 80px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
  cursor: pointer;
  font: normal normal 11px Trebuchet, Verdana, Arial, Helvetica; /*@CPZ_MENUPUBLIC_FONT_OVER*/
  color: #990000; /*@CPZ_MENUPUBLIC_COLOR_FONT_OVER*/
  background-color: #999999; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER*/
}

/*immagine per separazione delle voci del menu principale orizzontale*/

.menu_public .menu_sep{
  border: 0px;
  width: 0px;
  background-color: #CCCCCC; /*@CPZ_MENUPUBLIC_COLOR_SEP*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SEP*/
}

.menu_public .menu_sep_vert{
  border: 1px;
  background-color: #CCCCCC; /*@CPZ_MENUPUBLIC_COLOR_SEP_VERT*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SEP_VERT*/
}


/* MENU PRINCIPALE (NOT USED) ------------------------------------------------------ */

/*immagine di sfondo delle voci del menu principale*/

.menu_public .menu_img{
  border: 0px;
  height: 26px;
  background: transparent;
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_BACK*/
  padding-left: 0px;
  padding-right: 0px;
}
.menu_public .menu_img_over{
  border: 0px;
  height: 26px;
  background:transparent;
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_BACK_OVER*/
  padding-left: 0px;
  padding-right: 0px;
}

/*classe icona voce di menu principale*/

.menu_public .icons_menu {
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_BACK*/
}
.menu_public .icons_menu_over {
  background-color: #999999; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER*/
}

/*immagine a sinistra delle voci del menu principale*/

.menu_public .menu_img_sx{
  border: 0px;
  width: 0px;
  height: 26px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_SX*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_SX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: repeat-x;
}
.menu_public .menu_img_sx_over{
  border: 0px;
  width: 0px;
  height: 26px;
  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: repeat-x;
}
/*immagine a destra delle voci del menu principale*/

.menu_public .menu_img_dx{
  border: 0px;
  width: 0px;
  height: 26px;
  background-color: transparent; /*@CPZ_MENUPUBLIC_COLOR_BACK_SMUSSO_DX*/
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_SMUSSO_DX*/
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: repeat-x;
}

.menu_public .menu_img_dx_over{
  border: 0px;
  width: 0px;
  height: 26px;
  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: repeat-x;
}


/* SOTTOMENU (NOT USED) ------------------------------------------------------ */

/*immagine per indicare l'esistenza di un sottomenu*/
.menu_public .menu_img_arrow{
  border: 0px;
  height: 14px;
  width: 14px;
  background-image: none; /*@CPZ_MENUPUBLIC_IMAGE_ARROW*/
  background-repeat: no-repeat;
}

/*Bordo dei sottomenu*/
.menu_public .submenu_border {
  border-left: 1px solid;
  border-right:  1px solid;
  border-bottom: 1px solid;
  border-top: 0px solid;
  border-color: #666666; /*@CPZ_MENUPUBLIC_COLOR_BORDER_SM*/
}

/*Colore e dimensione del carattere e dello sfondo dei sottomenu*/
.menu_public .submenu_font {
  font: normal normal 10px Trebuchet, Verdana, Arial, Helvetica; /*@CPZ_MENUPUBLIC_SM_FONT*/
  color: #333333; /*@CPZ_MENUPUBLIC_COLOR_FONT_SM*/
  cursor: pointer;
  background-color: #DDDDDD; /*@CPZ_MENUPUBLIC_COLOR_BACK_SM*/
}
/*Colore e dimensione del carattere e dello sfondo dei sottomenu (mouseover)*/
.menu_public .submenu_font_over {
  font: normal normal 10px Trebuchet, Verdana, Arial, Helvetica; /*@CPZ_MENUPUBLIC_SM_FONT_OVER*/
  color: #990000; /*@CPZ_MENUPUBLIC_COLOR_FONT_OVER_SM*/
  cursor: pointer;
  background-color: #999999; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER_SM*/
}

/*classe icona sottovoci*/
.menu_public .icons_smenu {
  background-color: #DDDDDD; /*@CPZ_MENUPUBLIC_COLOR_BACK_SM*/
}
/*classe icona sottovoci*/
.menu_public .icons_smenu_over {
  background-color: #999999; /*@CPZ_MENUPUBLIC_COLOR_BACK_OVER_SM*/
}
/*separatore per le voci dei sottomenu*/
.menu_public .submenu_sep_vert{
  width: 100%;
  background-image: none;
  border-bottom: 1px solid;
  border-color: #333333; /*@CPZ_MENUPUBLIC_COLOR_FONT_SM*/
}

/*immagine sopra al menù di tipo slide*/
.menu_public .menu_img_top{
	display:none;
}
/*immagine sotto al menù di tipo slide*/
.menu_public .menu_img_bottom{
	display:none;
}

/* MENU HORIZONTAL2 (NOT USED) ------------------------------------------------------ */

.menu_public .menu_prin {
	height:24px;
	width:100%;
}
.menu_public .menuPrin_font{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #336666;
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-repeat:x-repeat;
	background-image:url(../SpTheme_7/images/menuviewtab.gif);
	border:0;
}
.menu_public .menuPrin_font_link{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #336666;
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-color:trasparent
	background-image:none;
	border:0;
}
.menu_public .menuPrin_img_sx{
	background-image:url(../SpTheme_7/images/menuviewtableft.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_public .menuPrin_img_dx{	
	background-image:url(../SpTheme_7/images/menuviewtabright.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_public .menuPrin_sep{
}
.menu_public .menuPrin_font_over {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #336666;
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	background-repeat:x-repeat;
	background-image:url(../SpTheme_7/images/menuviewtab.gif);
}
.menu_public .menuPrin_img_sx_over{
	background-image:url(../SpTheme_7/images/menuviewtableft.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_public .menuPrin_img_dx_over{
	background-image:url(../SpTheme_7/images/menuviewtabright.gif);
	background-repeat:no-repeat;
	width:7px;
}
.menu_public .menu_sec{
	background-color:trasparent;
	background-image:none;
	background-repeat:x-repeat;
	margin-top:2;
}
.menu_public .menu_sec .menu_border {
}

/* MENU FLAT (NOT USED) ------------------------------------------------------ */

.menu_public .menuFlat{
	font-family:Verdana;
	font-weight:normal;
	font-style: normal;
	font-size: 9px;
	color:#808080;
}
.menu_public .menuFlat a{
	color:#808080;
	text-decoration:none;
	
}
.menu_public .menuFlat h1{
	font-size: 11px;
	border-bottom: 1px solid #808080;
	margin-right:20px;
	padding:5px 0px 3px 30px;
	background-image: url('../SpTheme_7/images/menuviewgroup.gif');
	background-repeat: no-repeat;
	background-position: left;
	height:25px;
	cursor:pointer;
}
/*Contenitore dei link diretti*/
.menu_public .menuFlat .menuRootContainer{
}
.menu_public .menuFlat .menuWrapperContainer{
}
.menu_public .menuFlat .menuContainer {
	width:230px;
	display:inline;
	vertical-align:top;
}
.menu_public .menuFlat .menuContent{
}
.menu_public .menuFlat  ul {
	padding: 0px;
	margin: 8px;
}
.menu_public .menuFlat .menuContent li {
	margin:0px;
	list-style: none;
	cursor: hand;
	padding-left:25px;
	height:18px;
	white-space:nowrap;
}
/* sottomenu aperto */
.menu_public .menuFlat li.subMenu_open {
	background: url('../SpTheme_7/images/menuviewopen.gif') no-repeat;
}
/* sottomenu chiuso */
.menu_public .menuFlat li.subMenu_close {
	background: url('../SpTheme_7/images/menuviewclose.gif') no-repeat;
}
/*item*/
.menu_public .menuFlat .itemMenu {
	background: url('../SpTheme_7/images/menuviewitem.gif') no-repeat;
	padding-top:2px;
}
.menu_public .menuFlat .itemMenu a:hover{
	text-decoration:underline;
}

