@charset "utf-8";
/* CSS Document */

div.menu-dx {
	width:138px;
	height:142px;
	float:right;
	margin:0;
}
div.menu-dx ul li {
	list-style:none;
}

/* MENU CONTATTI */
div.menu-dx li.contatti {
	background:url(../images/content/menu-dx/contattiRoll.jpg) no-repeat;
	margin-bottom:2px;
}
div.menu-dx li.contatti a {	
	display:block;
	width:138px;
	height:71px;
	background:url(../images/content/menu-dx/contatti.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 125px;
}
div.menu-dx li.contatti a:hover {
	background:url(../images/content/menu-dx/contattiRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-dx li.contatti a.selected {
	background:url(../images/content/menu-dx/contattiRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU PRESIDIO SLOW FOOD */
div.menu-dx li.presidioslowfood {
	background:url(../images/content/menu-dx/presidioslowfoodRoll.jpg) no-repeat;
	margin-bottom:2px;
}
div.menu-dx li.presidioslowfood a {	
	display:block;
	width:138px;
	height:71px;
	background:url(../images/content/menu-dx/presidioslowfood.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 125px;
}
div.menu-dx li.presidioslowfood a:hover {
	background:url(../images/content/menu-dx/presidioslowfoodRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-dx li.presidioslowfood a.selected {
	background:url(../images/content/menu-dx/presidioslowfoodRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU GALLERY */
div.menu-dx li.gallery {
	background:url(../images/content/menu-dx/galleryRoll.jpg) no-repeat;
	margin-bottom:2px;
}
div.menu-dx li.gallery a {	
	display:block;
	width:138px;
	height:71px;
	background:url(../images/content/menu-dx/gallery.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 125px;
}
div.menu-dx li.gallery a:hover {
	background:url(../images/content/menu-dx/galleryRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-dx li.gallery a.selected {
	background:url(../images/content/menu-dx/galleryRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU NO IMAGE */
div.menu-dx li.no-image {
	background:url(../images/content/menu-dx/no-imageRoll.jpg) no-repeat;
	margin-bottom:2px;
}
div.menu-dx li.no-image a {	
	display:block;
	width:138px;
	height:34px;
	background:url(../images/content/menu-dx/no-image.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 34px;
}
div.menu-dx li.no-image a:hover {
	background:url(../images/content/menu-dx/no-imageRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-dx li.no-image a.selected {
	background:url(../images/content/menu-dx/no-imageRoll.jpg) no-repeat;
	color:#751315;
}