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

div.menu-bar {
	width:558px;
	height:107px;
	float:left;
}
div.menu-bar ul li {
	list-style:none;
	float:left;
}

/* MENU IL CICOTTO */
div.menu-bar li.ilcicotto {
	background:url(../images/header/menu-bar/ilcicottoRoll.jpg) no-repeat;
	margin-right:2px;
}
div.menu-bar li.ilcicotto a {	
	display:block;
	width:138px;
	height:107px;	
	background:url(../images/header/menu-bar/ilcicotto.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 193px;
}
div.menu-bar li.ilcicotto a:hover {
	background:url(../images/header/menu-bar/ilcicottoRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-bar li.ilcicotto a.selected {
	background:url(../images/header/menu-bar/ilcicottoRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU I PRODUTTORI DEL CICOTTO */
div.menu-bar li.produttoricicotto {
	background:url(../images/header/menu-bar/produttoricicottoRoll.jpg) no-repeat;
	margin-right:2px;
}
div.menu-bar li.produttoricicotto a {	
	display:block;
	width:138px;
	height:107px;
	background:url(../images/header/menu-bar/produttoricicotto.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 193px;
}
div.menu-bar li.produttoricicotto a:hover {
	background:url(../images/header/menu-bar/produttoricicottoRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-bar li.produttoricicotto a.selected {
	background:url(../images/header/menu-bar/produttoricicottoRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU STORIA DI GRUTTI */
div.menu-bar li.storiagrutti {
	background:url(../images/header/menu-bar/storiagruttiRoll.jpg) no-repeat;
	margin-right:2px;
}
div.menu-bar li.storiagrutti a {	
	display:block;
	width:138px;
	height:107px;
	background:url(../images/header/menu-bar/storiagrutti.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 193px;
}
div.menu-bar li.storiagrutti a:hover {
	background:url(../images/header/menu-bar/storiagruttiRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-bar li.storiagrutti a.selected {
	background:url(../images/header/menu-bar/storiagruttiRoll.jpg) no-repeat;
	color:#751315;
}

/* MENU FIERE ED EVENTI */
div.menu-bar li.fiereeventi {
	background:url(../images/header/menu-bar/fiereeventiRoll.jpg) no-repeat;	
}
div.menu-bar li.fiereeventi a {	
	display:block;
	width:138px;
	height:107px;
	background:url(../images/header/menu-bar/fiereeventi.jpg) no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 193px;
}
div.menu-bar li.fiereeventi a:hover {
	background:url(../images/header/menu-bar/fiereeventiRoll.jpg) no-repeat;
	color:#751315;
}
div.menu-bar li.fiereeventi a.selected {
	background:url(../images/header/menu-bar/fiereeventiRoll.jpg) no-repeat;
	color:#751315;
}

