@charset "utf-8";
/* CSS Document */

/* --- HEADER ---*/

#header {
	/*width:960px;*/
	width:956px;
	height:108px;
	margin:25px 0;
}
#header #logo {
	/*width:384px;*/
	width:380px;
	float:left;
}
#header #menu {
	width:576px;
	float:left;
}
#header #menu ul{
	float:left;	
}
* html #header #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom:0;
}
#header #menu ul li{
	display: inline;
}
#header #menu ul li a{
	float:left;
	margin-left:6px;
}
#header #menu ul li a span.replaceLink{
	display:none;
}
#header #menu #chisiamo a:link, 
#header #menu #chisiamo a:visited {
	background:url(/images/header/chisiamo.jpg);
	width:138px;
	height:71px;
}
#header #menu #chisiamo a:hover, 
#header #menu #chisiamo a:focus, 
#header #menu #chisiamo a:active {
	background:url(/images/header/chisiamo-sel.jpg);
	width:138px;
	height:71px;
}
#header #menu #cosaoffriamo a:link, 
#header #menu #cosaoffriamo a:visited {
	background:url(/images/header/cosaoffriamo.jpg);
	width:138px;
	height:71px;
}
#header #menu #cosaoffriamo a:hover, 
#header #menu #cosaoffriamo a:focus, 
#header #menu #cosaoffriamo a:active {
	background:url(/images/header/cosaoffriamo-sel.jpg);
	width:138px;
	height:71px;
}
#header #menu #metodologia a:link, 
#header #menu #metodologia a:visited {
	background:url(/images/header/metodologia.jpg);
	width:138px;
	height:71px;
}
#header #menu #metodologia a:hover, 
#header #menu #metodologia a:focus, 
#header #menu #metodologia a:active {
	background:url(/images/header/metodologia-sel.jpg);
	width:138px;
	height:71px;
}
#header #menu #cosafatto a:link, 
#header #menu #cosafatto a:visited {
	background:url(/images/header/cosafatto.jpg);
	width:138px;
	height:71px;
}
#header #menu #cosafatto a:hover, 
#header #menu #cosafatto a:focus, 
#header #menu #cosafatto a:active {
	background:url(/images/header/cosafatto-sel.jpg);
	width:138px;
	height:71px;
}
#header #menu #network a:link, 
#header #menu #network a:visited {
	background:url(/images/header/network.jpg);
	width:138px;
	height:37px;
}
#header #menu #network a:hover, 
#header #menu #network a:focus, 
#header #menu #network a:active {
	background:url(/images/header/network-sel.jpg);
	width:138px;
	height:37px;
}
#header #menu #lavoranoi a:link, 
#header #menu #lavoranoi a:visited {
	background:url(/images/header/lavoranoi.jpg);
	width:138px;
	height:37px;
}
#header #menu #lavoranoi a:hover, 
#header #menu #lavoranoi a:focus, 
#header #menu #lavoranoi a:active {
	background:url(/images/header/lavoranoi-sel.jpg);
	width:138px;
	height:37px;
}
#header #menu #linkutili a:link, 
#header #menu #linkutili a:visited {
	background:url(/images/header/linkutili.jpg);
	width:138px;
	height:37px;
}
#header #menu #linkutili a:hover, 
#header #menu #linkutili a:focus, 
#header #menu #linkutili a:active {
	background:url(/images/header/linkutili-sel.jpg);
	width:138px;
	height:37px;
}
#header #menu #contatti a:link, 
#header #menu #contatti a:visited {
	background:url(/images/header/contatti.jpg);
	width:138px;
	height:37px;
}
#header #menu #contatti a:hover, 
#header #menu #contatti a:focus, 
#header #menu #contatti a:active {
	background:url(/images/header/contatti-sel.jpg);
	width:138px;
	height:37px;
}


