@charset "utf-8";
/* CSS Document */

/* INIZIO MENU DI SELEZIONE LINGUA */
#cont_lingue {
	width:100%;
	height:29px;
	background:url(/img/lingua_bg.png) top left repeat-x;
}
	#area_lingue {
		padding-right:1px;
		margin:0 auto;
		width:959px;
		height:29px;
		text-align:right;
		background:url(/img/lingua_chiusura.png) top right no-repeat;
	}
		#area_lingue ul {
			float:right;
			padding:0;
			margin:0;
			width:500px;
			height:29px;
			background:url(/img/lingua_div.png) top left repeat-x;
			list-style-type:none;
		}
		#area_lingue li {
			float:right;
			width:100px;
			height:29px;
			line-height:25px;
			font-weight:bold;
			text-align:center;
		}
			#area_lingue li a {
				float:right;
				width:100px;
				height:29px;
				color:#FFF;
				text-decoration:none;
			}
			#area_lingue li a:hover {
				float:right;
				width:100px;
				height:29px;
				color:#FF9900;
				text-decoration:none;
				background:url(/img/lingua_sel.png) top left repeat-x;
			}
			#area_lingue li.sel {
				float:right;
				width:100px;
				height:29px;
				color:#FF9900;
				line-height:25px;
				font-weight:bold;
				text-align:center;
				background:url(/img/lingua_sel.png) top left repeat-x;
			}
/* FINE MENU DI SELEZIONE LINGUA */

/* INIZIO MENU PRINCIPALE */
#menu_principale {
	margin-left:40px;
	width:900px;
	height:26px;
}
	#menu_principale ul {
		float:left;
		padding:0;
		margin:0;
		width:900px;
		height:26px;
		list-style-type:none;
	}
		#menu_principale li {
			float:left;
			margin:0 2px;
			width:216px;
			height:26px;
			line-height:28px;
			font-weight:bold;
			text-align:center;
		}
			#menu_principale li a {
				float:left;
				width:216px;
				height:26px;
				color:#666;
				text-decoration:none;
				background:url(/img/menu_principale_bg.gif) top left repeat-x;
			}
			#menu_principale li a:hover {
				float:left;
				width:216px;
				height:26px;
				color:#FF9900;
				text-decoration:none;
				background:url(/img/menu_principale_sel.gif) top left repeat-x;
			}
		#menu_principale li.sel {
			float:left;
			margin:0 2px;
			width:216px;
			height:26px;
			color:#FF9900;
			line-height:28px;
			font-weight:bold;
			text-align:center;
			background:url(/img/menu_principale_sel.gif) top left repeat-x;
		}
/* FINE MENU PRINCIPALE */

/* INIZIO MENU SECONDARIO */
#cont_menu_secondario {
	position:relative;
	
	width:296px;
}
	#cont_menu_secondario .ombra {
		position:absolute;
		top:0; left:0;
		z-index:2;
		
		width:296px;
		height:6px;
	}
	#menu_secondario {
		padding:5px 0 44px 0;
		margin-left:39px;
		width:218px;
		background:url(/img/menu_secondario_area_bg.gif) top left repeat-y;
	}
		#menu_secondario ul {
			padding:0;
			margin:0 6px;
			width:206px;
			list-style-type:none;
		}
			#menu_secondario li {
				margin-bottom:2px;
				width:206px;
				height:26px;
				line-height:26px;
				font-weight:bold;
				font-family:Georgia, "Times New Roman", Times, serif
			}
				#menu_secondario li a {
					float:left;
					/*padding:0 15px;
					width:176px;*/
					width:195px;
					padding:0 6px;
					height:26px;
					color:#FFF;
					text-decoration:none;
					background:url(/img/menu_secondario_bg.gif) top left no-repeat;
				}
				#menu_secondario li a:hover {
					float:left;
					/*padding:0 15px;
					width:176px;*/
					width:195px;
					padding:0 6px;
					height:26px;
					color:#FF9900;
					text-decoration:none;
					background:url(/img/menu_secondario_sel.gif) top left no-repeat;
				}
			#menu_secondario li.sel {
				margin-bottom:2px;
				/*padding:0 15px;
				width:176px;*/
				width:195px;
				padding:0 6px;
				height:26px;
				line-height:26px;
				font-weight:bold;
				color:#FF9900;
				background:url(/img/menu_secondario_sel.gif) top left no-repeat;
			}
	#cont_menu_secondario #top {
		width:296px;
		height:27px;
		font-size:1px;
		background:url(/img/col_sx_interna_top.gif) top left no-repeat;
	}
	#cont_menu_secondario #bottom {
		width:296px;
		height:27px;
		font-size:1px;
		background:url(/img/col_sx_interna_bottom.gif) top left no-repeat;
	}
	#menu_secondario_bottom {
		width:296px;
		height:6px;
		font-size:1px;
		background:url(/img/menu_secondario_bottom.gif) top left no-repeat;
	}
/* FINE MENU SECONDARIO */