@charset "utf-8";
#main-menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	margin-bottom: 0;
	background-color: #000000;
	background-image: url(../IMMAGINI/logo-menu_.jpg);
	background-repeat: repeat-x;
}
#menu {
	width: 900px;
	margin-right: auto;
	height: 230px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../IMMAGINI/menu-lungo.jpg);
	background-repeat: no-repeat;
}

#menu p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	padding-top: 158px;
	padding-left: 20px;
}
#menu a  {
	color: #747474;
	letter-spacing: 0.1em;
	text-decoration: none;
	line-height: 42px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C5451;
}
#menu a:hover  {
	color: #F4680B;
	background-image: url(../IMMAGINI/slider_.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.active {
	color: #CCCCCC;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F4680B;
	padding-top: 5px;
}

