body, html {
     height: 100%;
    background-attachment: fixed;
}

body {
     font-family: 'Open Sans',sans;
     font-size: 70%;
     margin: 0px auto;
     padding: 0px;
}

div#contenitore {
     background-color: #FFFFFF;
     margin: 0px auto;
     width: 960px;
}



div#grafico {
	height: 200px;
	width: 960px;
	margin-bottom: 4px;
}

div#menu {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	clear: both;
}

div#contenuto {
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 10px;
font-size: 1.02em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 0px;
}

 a, img {
     margin: 0px auto;
  padding: 0px;
border: 0px;
}

a:link, a:visited {
     color: #0199ae;
  text-decoration: none;}

a:hover, a:active, a:focus {
  color: #02c6e0;  
text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {
     color: #2E2E2E;
     font-weight: 300;
     line-height: normal;
     margin: 0px 0px 10px;
}

h1 {
     font-size: 2.1em;
	 display:block;
	 border-bottom-width: 1px;
	 border-bottom-style:solid;
	 border-bottom-color:#CCC;
	  border-top-width: 1px;
	 border-top-style:solid;
	 border-top-color: #CCC;
	 }
	

h2 {
     color: #2E2E2E;
     font-size: 2em;
}

h3 {
     color: #2E2E2E;
     font-size: 1.8em;
}

h4 {
     font-size: 1.7em;
}

h5 {
     font-size: 1.4em;
	 margin:0px;
}

h6 {
     color: #2E2E2E;
     font-size: 1em;
     font-weight: 700;
     letter-spacing: 0.02em;
     line-height: 1.4;
     word-spacing: -0.1em;
}

p {     color: #000000;
     font-size: 1.2em;
     letter-spacing: 0.02em;
     line-height: 1.3;
     margin: 0px 0px 10px;
     text-align: justify;
     word-spacing: 0.02em;
	 }	 
	 
.menu {
    background: none repeat scroll 0 0 #2E2E2E;
    height: 33px;
    margin: 0px auto 35px auto;
    position: relative;
    width: 100%;
}
#menu {
    background: none repeat scroll 0 0 #2E2E2E;
    height: 33px;
    margin: 0px auto 35px auto;
    position: relative;
    width: 100%;
}
ul.menu {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 0;
    text-transform: uppercase;
    word-spacing: 0.1em;
}
ul.menu .current > a {
    background-color: #000000;
    color: #0199ae;
}
.current > a > span {
    color: #0199ae;
}
ul.menu li.active.parent > a {
    background-color: #000000;
    color: #0199ae;
}
ul.menu li.current.active > a {
    background-color: #000000;
    color: #0199ae;
}
ul.menu a:link {
    color: #fff;
}
ul.menu a:visited {
    color: #fff;
}
ul.menu a:hover {
    background-color: #000000;
    color: #02c6e0;
}
ul.menu a:active {
    color: #fff;
}
ul.menu, ul.menu li, ul.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.menu ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 598;
}
ul.menu ul li {
    float: none;
}
ul.menu ul ul {
    left: 99%;
    top: 0;
}
ul.menu li:hover > ul {
    visibility: visible;
}
ul.menu li.hover, ul.menu li:hover {
    cursor: default;
    position: relative;
    z-index: 599;
}
ul.menu li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}
ul.menu li a {
    display: block;
    padding: 6px 14px;
}
ul.menu li.dir {
    padding: 7px 20px 7px 14px;
}
ul.menu ul li.dir {
    padding-right: 15px;
}
ul.menu ul a {
    background-color: #2E2E2E;
}
