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

.menucontainer {
	width: 830px;
	border-color: #94AA74;
	
	}

.menucontainer a {
	width: 755px;
	height: 50px;
	padding-left: 5px;
	display: block;
	margin-left:20px;
	margin-top:10px;
	background-color: rgb(201, 213, 179);
	color: rgb(101, 113, 79);
	border: 1px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	box-shadow: 10px 10px 5px #666;"
	}

.menucontainer a:hover {
	background-color: rgb(180, 190, 160);
	}


.pulsante {
	width: 120px;
	height: 35px;
	color: #00F;
	border-radius: 5px; 
	background-color: #cccccc; 
	cursor: pointer; 
	box-shadow: #666666 10px 10px 5px; 
	text-align: center;
	margin: 20px;
	}	
	
.pulsanteTestataLunga {	
	
	width: 340px;
	height: 35px;
	color:#00F;
	border-radius: 5px; 
	background-color: #cccccc; 
	cursor: pointer; 
	box-shadow: #666666 10px 10px 5px; 
	text-align: center;
	margin: 20px;
	}
			
.pulsanteTestataCorta {
	width: 70px;
	height: 35px;
	color:#00F;
	border-radius: 5px; 
	background-color: #cccccc; 
	cursor: pointer; 
	box-shadow: #666666 10px 10px 5px; 
	text-align: center;
	margin: 20px;
	}			