body {
	background-image: url(../img/sfondo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #57504b;
}

a:link {
text-decoration:none;
}

a:active {
text-decoration:underline;
}

a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.testo{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.footer{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

.spazio{
	font-family: Verdana;
	font-size: 2px;
	color: #3f3a36;
	margin: 0px;
}

.titolo{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

.titolo_n{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}



#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.5em;

}

.submenus li{
width: 50%;
background-color: #3f3a36;


}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;

}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
color: #999999;
}

#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;
}

