DIV.header {
	position: relative;
	width: 950px;
}

DIV.top_header {
	color: #a0bec2;
	height: 126px;
	background-image: url(../pictures/header1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

DIV.menu_header {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	height: 40px;
	background-color: #002d35;
}

UL.navlist {
	text-align: center;
	padding: 12px;
	margin: 0;
}

UL.navlist LI {
	padding: 15px;
	display: inline;
	list-style-type: none;
}

UL.navlist LI A.active {
	color: #ffffff;
}

DIV.header A:LINK,
DIV.header A:ACTIVE,
DIV.header A:VISITED {
	font-weight: bold;
	color: #a0bec2;
	text-decoration: none;
}

DIV.header A:HOVER {
	color: #ffffff;
}

DIV.ricerca {
	position: absolute;
	top: 25px;
	right: 25px;
}

.bottone_header {
	padding: 0;
	height: 23px;
	width: 35px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #325f65;
	border-width: 1px;
	border-color: #468b99;
	border-style: solid;
}

SPAN.active {
	color: #ffffff;
	font-weight: bold;

}