@charset "UTF-8";
.contenitore_head {
	background-color: #181818;
	width: 990px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
}
.marchio_testata {
	width: 480px;
	height: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../immagini/header/marchioILAS.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ombra {
	float: left;
	height: 150px;
	width: 20px;
	background-image: url(../immagini/header/ombraLato3.png);
	background-repeat: no-repeat;
}
.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	float: left;
	height: 125px;
	width: 120px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.marchi {
	float: left;
	height: 150px;
	width: 190px;
	background-image: url(../immagini/header/marchi.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration:none;

}


.menu a:hover {
	color: #FF0000;
	text-decoration:none;

}

.menu a:visited {
	color: #FFFFFF;
	text-decoration:none;

}
