@charset "utf-8";
.container {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	background-image: url(immagini/top_back2.gif);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 0;
	position: relative;
	left: 0px;
	background-position: top;
	height: 75px;
	visibility: visible;
	width: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#apDivMenu {
	position:absolute;
	z-index:2;
	right: auto;
	top: 60px;
	width: 800px;
	height: auto;
	left: 50%;
	margin-left: -400px;
}
#apDivLogo {
	position:absolute;
	z-index:2;
	right: auto;
	top: 8px;
	width: 153px;
	height: auto;
	left: 50%;
	margin-left: -75px;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#navigation {
	font-size: 90%;
	position:absolute;
	z-index:2;
	right: auto;
	top: 25px;
	left: 50%;
	margin-left: -350px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
	margin-right: 0.2em;
	padding: 0.2em 0.6em 0.2em 0.6em;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

* html #navigation a {
  width: 100%;
}

#navigation a:hover {
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
	

