#layout {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#menu_container {
  width: 800px;
  text-align: center;
  top: 160px;
  left: 0px;
  position: absolute;
}
#menu {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 12em;
  float: left;
}
#menu a, #menu h2 {
  border-style: solid;
  border-color: #cccccc #888888 #555555 #bbbbbb;
  border-width: 1px;
  margin: 0;
  padding: 2px 3px;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  display: block;
}
#menu h2 {
  background: #000074 none repeat scroll 0% 50%;
  color: #ffffff;
  text-transform: uppercase;
}
#menu a {
  background: #3a8ad1 none repeat scroll 0% 50%;
  color: #000000;
  text-decoration: none;
}
#menu a:hover {
  background: #ffffff none repeat scroll 0% 50%;
  color: #aa0000;
}
#menu li {
  position: relative;
}
#menu ul ul {
  position: absolute;
  z-index: 500;
}
#menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
  display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
  display: block;
}
body {
  border-color: #000074;
  background-color: #e6ffba;
  background-image: url(sfondo_est.jpg);
  text-align: center;
  font-family: Arial,Verdana,sans-serif;
  font-size: 76%;
}
#header {
  background-image: url(int2.png);
  height: 190px;
  position: relative;
  color: white;
  cursor: pointer; 
  cursor: hand;

}

#header a {
text-decoration:none;
color: white;

}
#content {
  border-left: 3px solid #000074;
  border-bottom: 3px solid #000074;
  float: right;
  width: 555px;
  background-color: #b3c9c4;
  background-image: url(sfondo2.jpg);
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
#container {
  border-color: #000074;
  border-width: 5px;
  border-left: 5px solid #000074;
  border-right: 5px solid #000074;
  border-bottom: 5px solid #000074;
  background-color: #ccffff;
  background-image: url(col2.jpg);
}
#menuright {
  float: left;
  width: 200px;
}
#menuright .group {
  display: block;
  width: 100%;
}
#menuright a {
  border-style: none none solid;
  border-color: #cccccc #cccccc #3a8ad1;
  border-bottom: 1px solid #3a8ad1;
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  text-decoration: none;
  color: white;
  font-family: arial,helvetica,sans-serif;
  font-variant: normal;
  font-size: 13px;
  font-size-adjust: none;
  display: block;
  background-color: #000074;
}
#footer {
  clear: right;
}
#header2 {
  padding: 10px 5px 5px;
  height: 30px;
}
#content h2 {
  font-size: 1.7em;
  text-transform: none;
}
#menuright p {
  border-top-style: dotted;
  font-weight: bold;
  font-size: larger;
  color: #000066;
  border-top-width: 1px;
  margin-bottom: 2px;
  margin-top: 21px;
}


