@charset "utf-8";
/* CSS Document */
table {
border-collapse : collapse;
border:0;
}
table td, table th {
	padding : 0;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.button_home {width: 89px;height: 37px;}
.button_home a {display: block;width: 89px;height: 37px;background:url(imgs/btn_barra_home.png) no-repeat left;}
.button_home a:hover {background-position: top right;}

.button_contatti {width: 155px;height: 37px;}
.button_contatti a {display: block;width: 155px;height: 37px;background:url(imgs/btn_barra_contacts.png) no-repeat left;}
.button_contatti a:hover {background-position: top right;}

.button_pos{width: 219px;height: 37px;}
.button_pos a {display: block;width: 219px;height: 37px;background:url(imgs/btn_barra_pagonline.png) no-repeat left;}
.button_pos a:hover {background-position: top right;}


.button_convenzioni {width: 124px;height: 37px;}
.button_convenzioni a {display: block;width: 124px;height: 37px;background:url(imgs/btn_barra_convenzioni.png) no-repeat left;}
.button_convenzioni a:hover {background-position: top right;}

.button_congressi{width: 121px;height: 37px;}
.button_congressi a {display: block;width: 121px;height: 37px;background:url(imgs/btn_barra_congressi.png) no-repeat left;}
.button_congressi a:hover {background-position: top right;}


.button_help {width: 132px;height: 37px;}
.button_help a {display: block;width: 132px;height: 37px;background:url(imgs/btn_barra_help.png) no-repeat left;}
.button_help a:hover {background-position: top right;}

