/* CSS Document */

.etichetta {
	display: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}

#testa-menu ul {
	padding: 0 36px 0 0;
	margin: 0;
	text-align: right;
}

#testa-menu li {
	display: inline;
}

#testa-menu img {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

#menu-nascosti {
	position: absolute;
}

#menu-nascosti a {
	padding: 3px 0 3px 0;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	display: block;
}

#menu-hotdrink {
	position: absolute;
	left: 470px;
	top: -48px;
	background-color: #520000;
	width: 160px;
}

#etichetta-hotdrink {
	left: 470px;
	top: -48px;
	color: #520000;
	width: 160px;
}

#menu-granita {
	position: absolute;
	left: 580px;
	top: -48px;
	background-color: #8B288D;
	width: 100px;
}

#etichetta-granita {
	left: 580px;
	top: -48px;
	color: #8B288D;
	width: 100px;
}

#menu-sherbet {
	position: absolute;
	left: 615px;
	top: -48px;
	background-color: #EE008B;
	width: 100px;
}

#etichetta-sherbet {
	left: 615px;
	top: -48px;
	color: #EE008B;
	width: 100px;
}

#menu-frigodrink {
	position: absolute;
	left: 650px;
	top: -48px;
	background-color: #00BDEF;
	width: 100px;
}

#etichetta-frigodrink {
	left: 650px;
	top: -48px;
	color: #00BDEF;
	width: 100px;
}