/* menu primo livello */
#tbl_menu_1 {
	width: 100%;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
}

.tbl_menu_1_row_button {
	height: 25px;
}

.tbl_menu_1_row_sub_button {
	height: 23px;
	background-color: #3365A4;
}

.tbl_menu_1_row_sub_button_selected {
	height: 23px;
	background-color: #cccccc;
	background-image:url(img_menu/sfumatura_blu_bassa.gif);
}




.tbl_menu_1_button {
	width: 143px;
}

.tbl_menu_1_button_selected {
	width: 143px;
}


.tbl_menu_1_button_sx {
	width: 13px;
	height: 25px;
	background-image: url(img_menu/angolo_sx.gif);
}

.tbl_menu_1_button_sx_selected {
	width: 13px;
	height: 25px;
	background-image: url(img_menu/angolo_sx_blu.gif);
}


.tbl_menu_1_button_center {
	width: 122px;
	height: 25px;
	background-image:url(img_menu/sfumatura.gif);
}

.tbl_menu_1_button_center_selected {
	width: 122px;
	height: 25px;
	background-image:url(img_menu/sfumatura_blu.gif);
}


.tbl_menu_1_button_dx {
	width: 7px;
	height: 25px;
	background-image:url(img_menu/angolo_dx.gif);
}

.tbl_menu_1_button_dx_selected {
	width: 7px;
	height: 25px;
	background-image:url(img_menu/angolo_dx_blu.gif);
}


.tbl_menu_1_button_center a, .tbl_menu_1_button_center a:link, .tbl_menu_1_button_center a:visited {
	color: #333333;
	line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
}

.tbl_menu_1_button_center a:hover {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
}

.tbl_menu_1_button_center_selected a, .tbl_menu_1_button_center_selected a:link, .tbl_menu_1_button_center_selected a:visited {
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
}

.tbl_menu_1_button_center_selected a:hover {
	color: #ffffff;
	text-decoration:none;
	line-height: 25px;
	white-space: nowrap;
}

/* menu secondo livello */


.tbl_submenu_1 {
	display: none;
}

.tbl_submenu_1_selected {
	color: #FFFFFF;
	display: block;
	text-align: left;
	margin-left: 135px;
}

.tbl_submenu_1_selected a, .tbl_submenu_1_selected a:link, .tbl_submenu_1_selected a:visited {

	padding-left: 20px;
	padding-right: 20px;

	color: #FFFFFF;
	text-decoration: none;

}


.tbl_submenu_1_selected a:hover {

	padding-left: 20px;
	padding-right: 20px;

	color: #bee0ff;
	text-decoration: none;

}


a.link_sub_selected, a.link_sub_selected:link,  a.link_sub_selected:visited, a.link_sub_selected:hover {
	color: #bee0ff;
	text-decoration: none;
}
/*

.link_sub a:hover {
	color: red;
	text-decoration: none;
}

.link_sub_selected a, .link_sub_selected a:link, .link_sub_selected a:visited, .link_sub_selected a:hover {
	color: red;
	text-decoration: none;
}
*/


/* menu terzo livello */


#tbl_menu_3 {
	width: 154px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.tbl_menu_3_row {
	width: 154px;
	height: 24px;

	border: 0;
	margin: 0;
	padding:: 0;

	background-color: #4677B1;
	background-image:url(img_menu/riga_blu.gif);
	background-position: bottom;
}

.tbl_menu_3_row a, .tbl_menu_3_row a:link, .tbl_menu_3_row a:visited {

	display:block;

	padding-left: 24px;
	padding-right: 24px;

	background-color: #4677B1;
	background-image:url(img_menu/riga_blu.gif);
	background-position: bottom;

	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
}

.tbl_menu_3_row a:hover {

	display:block;

	padding-left: 24px;
	padding-right: 24px;
	
	background-color: #D0E0F0;
	background-image:url(img_menu/riga_azzurra.gif);

	color: #4678B1;
	text-decoration:none;
	line-height: 24px;
}


.tbl_menu_3_row_selected {
	width: 154px;
	height: 24px;

	border: 0;
	margin: 0;
	padding:: 0;

	background-color: #D0E0F0;
	background-image:url(img_menu/riga_azzurra.gif);
}

.tbl_menu_3_row_selected a, .tbl_menu_3_row_selected a:link, .tbl_menu_3_row_selected a:visited {
	display:block;

	padding-left: 24px;
	padding-right: 24px;

	background-color: #D0E0F0;
	background-image:url(img_menu/riga_azzurra.gif);

	color: #4678B1;
	line-height: 24px;
	text-decoration: none;
}

.tbl_menu_3_row_selected a:hover {
	display:block;

	padding-left: 24px;
	padding-right: 24px;
	
	background-color: #D0E0F0;
	background-image:url(img_menu/riga_azzurra.gif);

	color: #4678B1;
	text-decoration:none;
	line-height: 24px;
}