A:hover {text-decoration:underline;}
A:link {text-decoration:none; color: #dab10e;}
A:visited {text-decoration:none; color: #dab10e;}
A:hover {text-decoration:underline; color: #ff9900;}
A:active {color: #ff9900; background:;}

h1 {
  font-size: 10pt;
  font-style: grassetto;
  color: #ff9900;
  face: Verdana;
  text-align: center;
}

h2 {
  font-size: 10pt;
  font-style: grassetto;
  color: #dab10e;
  face: Verdana;
  text-align: justify;
}

body {
  color: #ffffcc;
  background-attachment: fixed;
  font-size: 10pt;
  font-family: Verdana;
  background-color: Automatico;
  background-image: url('images/sfondo/bg.jpg');
  topmargin: 0;
  width: 100%; 
  height: 100%;
  margin: 0px; 
  padding: 0px
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-left:1px solid #dab10e;
border-right:0px solid #dab10e;
border-top:0px solid #dab10e;
border-bottom:0px solid #dab10e;
background-image: url('images/back1.png')
}

.headerlinks a{
margin: auto 6px;
font-weight: verdana;
color: #dab10e;

}

.submenus{
display: none;
width: 14em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #000000;
border: 1,2px solid #c0c0c0;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
background-color: #000000;
color: #ffffff;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #c00000;
color: black;
text-decoration: underline;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
