@charset "iso-8859-1";
/* CSS Document */                    /*da inserire in testa al foglio*/

html,body{margin:0;padding:0}

div#header{
	background-color: #E2E2E2;
	color: #E2E2E2;
}
div#header h1{
	text-align:center;
	margin:0;
	line-height:70px;
	margin-left:0px;
	color: #333333;
	text-decoration: underline;
	font-family: "Trebuchet MS";
}

div#navigation{
	text-align: center;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

div#navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap}

div#navigation li{
    display: inline;
    margin: 0;
    padding: 0}

div#navigation li a{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	border: 1px solid #E2E2E2;
	padding: 0px 0.3em;
	background: #fff;
	color: #FF6600;
	font-size: 12px;
}

div#navigation li a:hover{
    color: #FFCC00;
	background-color: #00CC33;}

div#navigation li#activelink a{
    border-bottom: 1px solid #fff;
    background-color: #fff} 
