/*CSS BY EPIDEMIA LAB WEB & GRAPHICS WWW.EPIDEMIALAB.IT*/
/* web design, develop by epidemia lab*/

#menubar {
	width: 940px; /*976*/
	height: 47px;
	background: url(../img/menutop_bg.png) no-repeat left top;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 36px;
	text-align: left;
}

#menubar_menu {
	width: 548px;
	height: 47px;
	float: left;
	margin: 0;
	padding: 0;
}

#menubar_ricerca {
	width: 320px;
	height: 47px;
	float: left;
	margin: 0;
	padding: 0;
}

#menubar li span { display:none}

#menubar ul {
	list-style-type: none;
	text-align: left;
	height: 47px;
	margin: 0;
	padding: 0;
	float: left;
	}

#menubar li {
	float: left;
	height: 47px;
	margin: 0;
	padding: 0;
	}

#menubar li.home a,
#menubar li.chisiamo a,
#menubar li.condizioni a,
#menubar li.fornitori a {
	text-align: left;
	display: block;
	background: no-repeat top right;
	height:47px;
	cursor: pointer;
	}

#menubar li.home a {background: url(../img/m_home.png); width:69px}
#menubar li.chisiamo a {background: url(../img/m_chisiamo.png); width:90px;}
#menubar li.condizioni a {background: url(../img/m_condizioni.png); width:81px;}
#menubar li.fornitori a {background: url(../img/m_fornitori.png); width:152px;}

#menubar li.home a:hover,
#menubar li.chisiamo a:hover,
#menubar li.condizioni a:hover,
#menubar li.fornitori a:hover {background-position: bottom right;}


/*Ricerca*/

label.ricerca {
	float: left;
	height: 47px;
	width: 90px;
	margin: 0;
	padding: 0;
	background: url(../img/m_cerca.jpg) no-repeat top right;
	display: block;
}

label.ricerca span { display: none}

input.ricerca_form {
	width: 180px;
	height: 25px;
	line-height: 20px;
	margin: 9px 5px 0 0;
	padding: 3px 0 0 0;
	border:0;
	background: url(../img/ricerca_form.png) no-repeat top left;
	text-indent: 7px;
	font-size: 12px;
	color: #999999;
	float: left;
}

input.btn_cerca {
	height: 47px;
	width: 25px;
	margin:0;
	background: url(../img/btn_cerca.png) no-repeat center top;
	border: none;
	cursor: pointer; 	
}