#menu_container {
	height: 63px;
	background-image: url(images/menu/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#menu_btt {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#menu_btt div {
	float: left;
	height: 50px;
	padding-top: 6px;
}

#menu_logo {
	height: 38px !important;
	width:	235px;
	background-image: url(images/menu/menu_logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#btt_home, #btt_home_sel {
	width: 114px;
	margin-right:30px;
	padding-top:8px !important;
}
#btt_partecipare, #btt_partecipare_sel {
	width: 169px;
	margin-right:30px;
	padding-top:8px !important;
}
#btt_premi, #btt_premi_sel {
	width: 65px;
	margin-right:34px;
	padding-top:8px !important;
}
#btt_regolamento, #btt_regolamento_sel {
	width: 134px;
	margin-right:34px;
	padding-top:8px !important;
}
#btt_prodotti, #btt_prodotti_sel {
	width: 93px;
	padding-top:8px !important;
}
#btt_acquista, #btt_acquista_sel {
	width: 157px;
}

#menu_btt a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

#btt_home a {
	background-image: url(images/menu/menu_btt_home.gif);
}
#btt_home a:hover, #btt_home_sel a {
	background-image: url(images/menu/menu_btt_home_hv.gif);
}
#btt_partecipare a {
	background-image: url(images/menu/menu_btt_partecipare.gif);
}
#btt_partecipare a:hover, #btt_partecipare_sel a {
	background-image: url(images/menu/menu_btt_partecipare_hv.gif);
}
#btt_premi a {
	background-image: url(images/menu/menu_btt_premi.gif);
}
#btt_premi a:hover, #btt_premi_sel a {
	background-image: url(images/menu/menu_btt_premi_hv.gif);
}
#btt_regolamento a {
	background-image: url(images/menu/menu_btt_regolamento.gif);
}
#btt_regolamento a:hover, #btt_regolamento_sel a {
	background-image: url(images/menu/menu_btt_regolamento_hv.gif);
}
#btt_prodotti a {
	background-image: url(images/menu/menu_btt_prodotti.gif);
}
#btt_prodotti a:hover, #btt_prodotti_sel a {
	background-image: url(images/menu/menu_btt_prodotti_hv.gif);
}
#btt_acquista a {
	background-image: url(images/menu/menu_btt_acquista.gif);
}
#btt_acquista a:hover, #btt_acquista_sel a {
	background-image: url(images/menu/menu_btt_acquista_hv.gif);
}

#menu_container #clearer {
	clear: both;
}

