/*MENU BAR*/

#menubar {

	width: 764px; /*844*/

	height: 50px;

	float: left;

	background: url(../img/menu.png) no-repeat center;

	margin: 0;

	padding: 0 0 0 80px;

	}

	

#menubar li span { display:none}



#menubar ul {

	list-style-type: none;

	text-align: left;

	height: 50px;

	margin: 0;

	padding: 0;

	float: left;

	}



#menubar li {

	float: left;

	height: 50px;

	margin: 0;

	padding: 0;

	}



#menubar li.home a,

#menubar li.camere a,

#menubar li.dovesiamo a,

#menubar li.prenotazione a,

#menubar li.convenzioni a,

#menubar li.contatti a {

	text-align: left;

	display: block;

	background: no-repeat top right;

	height:50px;

	}



#menubar li.home a {background: url(../img/m_home.gif); width:77px}

#menubar li.camere a {background: url(../img/m_camere.gif); width:112px;}

#menubar li.dovesiamo a {background: url(../img/m_dovesiamo.gif); width:131px;}

#menubar li.prenotazione a {background:url(../img/m_prenotazione.gif); width:144px;}

#menubar li.convenzioni a {background: url(../img/m_convenzioni.gif); width:128px;}

#menubar li.contatti a {background: url(../img/m_contatti.gif); width:95px;}





#menubar li.home a:hover,

#menubar li.camere a:hover,

#menubar li.dovesiamo a:hover,

#menubar li.prenotazione a:hover,

#menubar li.convenzioni a:hover,

#menubar li.contatti a:hover {background-position: bottom right;}





.btn_prenota {

	width: 380px;

	height: 49px;

	background: url(file:///D|/WEB-Site/img/btn_prenota_it.png) no-repeat top center;

	margin: 5px 0 5px 0;

	}

	

.btn_prenota a {

	width: 380px;

	height: 49px;

	background: url(file:///D|/WEB-Site/img/btn_prenota_it.png) no-repeat top center;

	display: block;

	}



.btn_prenota a:hover {

	background-position: bottom center;

	display: block;

	}

