#menu {
	background: #272727;
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
	/* [disabled]margin-bottom: 15px; */
	padding-bottom: 4px;
	/* [disabled]margin-left: 10px; */
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	max-width: 1000px;
}
#menu ul {
	position: relative;
	list-style: none;
	float: left;
	width: auto;
	padding: 0;
	/* [disabled]margin-left: 12px; */
	border: 0;
}
#menu ul li {
	display: inline;
    float:left;	
    padding-right:2px;
    padding-left:5px;
}
#menu ul li a {
	display: block;
	height: 26px;
	font: normal 1.1em 'Lato', Arial;
	color: #FFF;
	text-decoration: none;
	padding: 12px 6px 0px 6px;
	
	/*text-shadow:1px 1px 1px #666;*/
}

#menu ul li:hover,
#menu ul li a:hover {
	visibility:visible;
	color:  #F00;
	
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
}

#menu ul li:hover {
	color:  #d60e23;
    background: #000;
    }

#menu ul li dl {
	background-color: #000;
    width: 978px;
	height: 50px;
	position: absolute;
	z-index:90;
	top:38px;
	left:0px;
	visibility: hidden;
	
	/*-moz-box-shadow: 3px 5px 5px #999;
	-webkit-box-shadow: 3px 5px 5px #999;
	box-shadow: 3px 5px 5px #999;*/
}

#menu ul li dl dt {
	color: #000;
	/*font: bold 17px 'Lato', Arial !important;*/
	font: normal 1.1em 'Lato', Arial !important;
	float: left;
	display: block;
	padding-top: 6px;
	padding-left: 5px; 
	text-shadow: 1px 1px 1px #999;
}
	
#menu dd {
	height: 25px;
}

#menu dd a {
	background: none !important;
	text-decoration: none;
	padding-left:11px !important;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font: normal 1.1em 'Lato', Arial !important;
    
}

#menu dd :hover,
#menu dd a:hover {
	text-decoration:none;
}


#menu ul li:hover dl,
#menu ul li a:hover dl {
	visibility: visible;
	cursor: default;
	text-decoration: none;
	padding: 0 11px !important;
	display: block;
}


#menu ul li:hover dl a,
#menu ul li a:hover dl a {
	font: normal 0.9em 'Lato', Arial;
	text-shadow:none;
}

#menu ul li:hover dl a:hover,
#menu ul li a:hover dl a:hover {
}



/* Distaza tra i blocchi del sottomenu */
.blocco1 {
    width: 200px;
	height: 25px;
	position: absolute;
	z-index:100;
	margin-left: 15px !important;
}
.blocco2 {
    width: 200px;
	height: 25px;
	position: absolute;
	z-index:100;
	margin-left: 253px !important;
}
.blocco3 {
    width: 200px;
	height: 25px;
	position: absolute;
	z-index:100;
	margin-left: 492px !important;
}
.blocco4 {
    width: 200px;
	height: 25px;
	position: absolute;
	z-index:100;
	margin-left: 740px !important;
}

#menusmall {
	background: #272727;
	position: relative;
	/* [disabled]margin-bottom: 15px; */
	/* [disabled]margin-left: 1%; */
	display: none;
	font: normal 1.1em 'Lato', Arial;
	color: #FFF;
	width: 100%;
	float: left;
	line-height: 1em;
}
#menusmall ul {
	position: relative;
	list-style: none;
	float: left;
	width: 80%;
	border: 0;
	margin-top: 1.8%;
	padding-left: 3%;
	/*padding-bottom: 1%;*/
}
#menusmall ul li {
	display: inline;
	float: left;
	padding-right: 2%;
	margin-bottom: 1.5%;
}

#menusmall li a {
	color: #FFF;
	text-decoration: none;
}
#menusmall li a:hover {
	color:  #d60e23;
}

@media only screen and (min-width: 240px) and (max-width:600px) {
#menu{
	display:none;
}
#menusmall {
	display:block;
}
}
@media only screen and (min-width: 601px) and (max-width:1019px) {
#menu{
	display:none;
}
#menusmall {
	display: block;
}
#menusmall ul li {
	padding-bottom: 1%;
	padding-right: 1%;
}
}