/*Top Menu*/
#menu_top{
	width:1024px;
	position:relative;
	height:30px;
	background-color:#413126;
}

#menu_top ul {
	margin: 0; /* all lists */
	padding: 0;
	list-style: none;
}

#menu_top li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	cursor: pointer;
}

#menu_bt_astucci a
{
	width: 116px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/astucci.gif' );
	background-repeat: no-repeat;
	background-position: center;
	
}
li.active #menu_bt_astucci a
{
	background-image: url( '../Immagini/bottoni/astucci_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 116px;
	height:30px;
	display:block;
}
#menu_bt_astucci a:hover
{
	background-image: url( '../Immagini/bottoni/astucci_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 116px;
	height:30px;
	display:block;
}

#menu_bt_nonna a
{
	width: 140px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/nonna.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_nonna a
{
	background-image: url( '../Immagini/bottoni/nonna_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 140px;
	height:30px;
	display:block;
}
#menu_bt_nonna a:hover
{
	background-image: url( '../Immagini/bottoni/nonna_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 140px;
	height:30px;
	display:block;
}

#menu_bt_biscottite a
{
	width: 170px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/biscottite.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_biscottite a
{
	background-image: url( '../Immagini/bottoni/biscottite_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 170px;
	height:30px;
	display:block;
}
#menu_bt_biscottite a:hover
{
	background-image: url( '../Immagini/bottoni/biscottite_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 170px;
	height:30px;
	display:block;
}

#menu_bt_biscotti a
{
	width: 122px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/biscotti.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_biscotti a
{
	background-image: url( '../Immagini/bottoni/biscotti_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 122px;
	height:30px;
	display:block;
}
#menu_bt_biscotti a:hover
{
	background-image: url( '../Immagini/bottoni/biscotti_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 122px;
	height:30px;
	display:block;
}

#menu_bt_panforte a
{
	width: 127px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/panforte.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_panforte a
{
	background-image: url( '../Immagini/bottoni/panforte_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height:30px;
	display:block;
}
#menu_bt_panforte a:hover
{
	background-image: url( '../Immagini/bottoni/panforte_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height:30px;
	display:block;
}

#menu_bt_pancantuccio a
{
	width: 158px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/pancantuccio.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_pancantuccio a
{
	background-image: url( '../Immagini/bottoni/pancantuccio_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 158px;
	height:30px;
	display:block;
}
#menu_bt_pancantuccio a:hover
{
	background-image: url( '../Immagini/bottoni/pancantuccio_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 158px;
	height:30px;
	display:block;
}

#menu_bt_dolci a
{
	width: 191px;
	height:30px;
	display:block;
	background-image: url( '../Immagini/bottoni/dolci.gif' );
	background-repeat: no-repeat;
	background-position: center;
}
li.active #menu_bt_dolci a
{
	background-image: url( '../Immagini/bottoni/dolci_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 191px;
	height:30px;
	display:block;
}
#menu_bt_dolci a:hover
{
	background-image: url( '../Immagini/bottoni/dolci_h.gif' );
	background-repeat: no-repeat;
	background-position: center;
	width: 191px;
	height:30px;
	display:block;
}

