div#myOtherElement {
	width: 120px;
	height: 50px;
	overflow: hidden;
	background:url('../images/menu_azienda.jpg') bottom no-repeat;
	float:left;
}
#myOtherElement ul{
		text-align:center;
		list-style:none;
		overflow:hidden;
		margin:0;
		padding:0;
		
		}

#myOtherElement ul li {

		display:inline;
		
		}

	
#myOtherElement ul li a span{
	
		display:block;

		margin-top:15px;
		
		padding:5px;
		
		color:#fff;
		
		}

div#myOtherElement_1 {
	float:left;
	width: 120px;
	height: 50px;
	overflow: hidden;
	background:url('../images/menu_servizi.jpg') bottom no-repeat;

}
#myOtherElement_1 ul{
		text-align:center;
		list-style:none;
		overflow:hidden;
		margin:0;
		padding:0;
		
		}

#myOtherElement_1 ul li {

		display:inline;
		
		}
		
#myOtherElement_1 ul li a span{

		display:block;
		
		margin-top:15px;
		
		padding:5px;
		
		color:#fff;
		
		}

div#myOtherElement_2 {
	float:left;
	width: 120px;
	height: 50px;
	overflow: hidden;
	background:url('../images/menu_prodotti.jpg') bottom no-repeat;
}
#myOtherElement_2 ul{
		text-align:center;
		list-style:none;
		overflow:hidden;
		margin:0;
		padding:0;
		
		}

#myOtherElement_2 ul li {

		display:inline;
		
		}
		
#myOtherElement_2 ul li a span{

		display:block;
		
		margin-top:15px;
		
		padding:5px;
		
		color:#fff;
		
		}

div#myOtherElement_3 {
	float:left;
	width: 120px;
	height: 50px;
	overflow: hidden;
	background:url('../images/menu_preventivi.jpg') bottom no-repeat;
}
#myOtherElement_3 ul{
		text-align:center;
		list-style:none;
		overflow:hidden;
		margin:0;
		padding:0;
		
		}

#myOtherElement_3 ul li {

		display:inline;
		
		}
		
#myOtherElement_3 ul li a span{

		display:block;
		
		margin-top:15px;
		
		padding:5px;
		
		color:#fff;
		
		}

#select{
	float:left;
	width: 120px;
	height: 135px;
	overflow: hidden;
}
#select ul{
		text-align:center;
		list-style:none;
		overflow:hidden;
		margin:0;
		padding:0;
		
		}
#select ul li {

		display:inline;
		
		}
		
#select ul li a span{

		display:block;
		
		margin-top:15px;
		
		padding:5px;
		
		color:#fff;
		
		}

.menu_azienda{background:url('../images/menu_azienda.jpg') bottom no-repeat;}
.menu_servizi{background:url('../images/menu_servizi.jpg') bottom no-repeat;}
.menu_prodotti{background:url('../images/menu_prodotti.jpg') bottom no-repeat;}
.menu_preventivi{background:url('../images/menu_preventivi.jpg') bottom no-repeat;}
