@charset "utf-8";

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666; background-image:url(img/bg.jpg); background-position:center; background-attachment:fixed; 
}

.titoli{ font-size:24px; color:#06F; text-align:right; 
}
.nrverde{
	font-size:24px;
	color:#060;
	text-align:right;
}
.nav{
	font-weight:bold;
	text-align:left;
	width:400px; height:33px; 
	float:left; padding-top:5px; color:#999; 
	
}
.menu-top {
	background-image: url(img/bg-menu.gif);
	background-repeat: repeat-x; height:55px; margin-bottom:8px;
}
#menu{
	width:900px;
	height:45px; background-image:url(img/bg-menu.gif); background-repeat:repeat-x; margin-bottom:8px; 
}
	#menu ul{
		width:100%;
		list-style:none; margin:0; padding:0;  /*padding-left:20px;*/ padding-left:1px;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:45px;
			line-height:45px;
			margin:0 1px;  
			cursor:pointer;
			width:98px;
		}
			#menu li a{
	display:block;
	width:86px;
	text-align:center;
	float:left;
	height:45px;
	color:#444;
	text-decoration:none;
	padding:0 5px;
			}
			
			#menu li a.ev{color:#FE0000;}
				#menu li a:hover{	
					background:url(img/fm_hover_bg.jpg) repeat-x;
					color:#d8d8d8;
					text-align:center;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.gif) no-repeat top;
						height:45px;
						display:block;
						 
						cursor:pointer;
						text-align:center;
					}
					#menu li .current{
						display:block;
						float:left;
						height:45px;				
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						padding:0 10px;		
					}


a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #666;
}