@charset "UTF-8";
#body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
}
#body #pagina {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 800px;
	background-color: #FFF;
}
#body #pagina #testatina {
	height: 27px;
	text-align: right;
	vertical-align: middle;
	display: block;
	font-size: x-small;
	padding-top: 13px;
	padding-right: 13px;
}
#body #pagina #testatina a {
	color: #000;
	text-decoration: none;
}
#body #pagina #testatina a:hover {
	color: #000;
	text-decoration: underline;
}
#body #pagina #contenuto {
	text-align: center;
	margin-top: 100px;
}
#body #sotto {
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 1000px;
	vertical-align: middle;
	margin-top: 25px;
	color: #FFF;
	font-size: small;
}
#body #sotto a {
	color: #FFF;
	text-decoration: none;
}
#body #sotto a:hover {
	color: #FFF;
	text-decoration: underline;
}
#body #piede {
	background-image: url(../img/piede.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	padding: 0;
	margin: 0;
	background-color: #7839A8;
	font-size: 13px;
}
#nav li {
	position: relative;
	float: left;
	width: 125px;
	text-align: center;
	list-style: none;
}
#nav li a {
    background-color: #7839A8;
    color: #FFF;
    padding: 15px 5px;
    text-decoration: none;
    display: block;
}
 
#nav li a:hover {
	/* IE10 */
background-image: -ms-linear-gradient(top, #7839A8 0%, #A051E5 50%, #7839A8 100%);
 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #7839A8 0%, #A051E5 50%, #7839A8 100%);
 
/* Opera */
background-image: -o-linear-gradient(top, #7839A8 0%, #A051E5 50%, #7839A8 100%);
 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #7839A8), color-stop(1, #A051E5), color-stop(1, #7839A8));
 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #A051E5 0%, #7839A8 100%);
 
/* Regola standard */
background-image: linear-gradient(top, #7839A8 0%, #A051E5 50%, #7839A8 100%);
    /* background-color: #A051E5; */
    text-shadow: 0px 0px 1px #FFF;
}
 
#nav ul ul {
    position: absolute;
    top: 45px;
    visibility: hidden;
}
 
#nav ul li:hover ul {
    visibility: visible;
}
 
#nav ul ul:hover {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}
 
#nav ul ul li a {
    background-color: #7839A8;
}
 
#nav ul ul li a:hover {
    background-color: #A051E5;
}
