body {
height: 100%;
background-color: #97bae2;
background-image: url("back.gif");
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

#top {
background-image: url("topback.png");
height: 175px;
text-align: center;
}

#top h1 {
padding-top: 40px;
margin: 0px;
color: #87A783;
}

#menu {
float: left;
width: 105px;
border-right: 1px solid #000000;
margin-left: 10px;
padding-bottom: 5px;

}

#menu a {
padding-top: 1px;
padding-bottom: 1px;
width: 95px;
display: block;
text-decoration: none;
color: #000000;
border-bottom: 1px solid;
}

#menu a:hover {
color: #dddddd;
border-bottom: 1px solid #dddddd;
}

#content {
margin-left: 125px;
margin-right: 30px;

border-bottom: 1px solid #000000;
padding-bottom: 20px;
margin-bottom: 10px;
width:80%;
overflow:auto;
}

#content h1 {
font-size: 16px;
margin: 0px;
color: #87A783;
padding-bottom: 5px;
}

#content a {
color: #DDFBD9;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#foot {
text-align: center;
font-size: 10px;
color: #000000;
}

#foot a {
font-size: 10px;
color: #DDFBD9;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}

div.menu  { 
  position:absolute; visibility:hidden; 
  width:150px; left:0; top:0; z-index:500;
  font-size:12px; 
  background-color:#97bae2; 
  border: 1px solid;	border-color: #000000 #99a #99a #000000; 
}
/* Stili per le liste e i link contenuti nei menu  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .4em; }
div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#000000}
div.menu a:visited { color:#000000 }
div.menu a:hover { color:#FFFFFF; border-bottom:1px solid }