@charset "utf-8";
/* CSS Document */
#menu {
	width:165px;
}
	#menu ul {
		padding:0;
		margin:0;
		list-style:none;
		
		float:left;
		width:165px;
	}
		#menu ul li {
			float:left;
			margin:0 0 6px 0;
			width:165px;
			height:12px;
		}
			#menu ul li span {
				display:none;
			}
			#menu ul li a {
				float:left;
				width:165px;
				height:12px;
				text-decoration:none;
			}
			#menu ul li a:hover {
				float:left;
				width:165px;
				height:12px;
				text-decoration:none;
			}
			
			#home a { background:url(/img/menu_home.gif) top left no-repeat; }
			#home a:hover, #home_sel a, #home_sel a:hover { background:url(/img/menu_home_h.gif) top left no-repeat; }
			
			#eismann a { background:url(/img/menu_eismann.gif) top left no-repeat; }
			#eismann a:hover, #eismann_sel a, #eismann_sel a:hover { background:url(/img/menu_eismann_h.gif) top left no-repeat; }
			
			#registrazione a { background:url(/img/menu_registrazione.gif) top left no-repeat; }
			#registrazione a:hover, #registrazione_sel a, #registrazione_sel a:hover {
				background:url(/img/menu_registrazione_h.gif) top left no-repeat;
			}
			
			#patrocinio a { background:url(/img/menu_patrocinio.gif) top left no-repeat; }
			#patrocinio a:hover, #patrocinio_sel a, #patrocinio_sel a:hover {
				background:url(/img/menu_patrocinio_h.gif) top left no-repeat;
			}
			
			#regolamento a { background:url(/img/menu_regolamento.gif) top left no-repeat; }
			#regolamento a:hover, #regolamento_sel a, #regolamento_sel a:hover {
				background:url(/img/menu_regolamento_h.gif) top left no-repeat;
			}
			
			#vincitori a { background:url(/img/menu_vincitori.gif) top left no-repeat; }
			#vincitori a:hover, #vincitori_sel a, #vincitori_sel a:hover {
				background:url(/img/menu_vincitori_h.gif) top left no-repeat;
			}
			
			#opere-in-concorso a { background:url(/img/menu_opere-in-concorso.gif) top left no-repeat; }
			#opere-in-concorso a:hover, #opere-in-concorso_sel a, #opere-in-concorso_sel a:hover {
				background:url(/img/menu_opere-in-concorso_h.gif) top left no-repeat;
			}
			
			#classifica a { background:url(/img/menu_classifica.gif) top left no-repeat; }
			#classifica a:hover, #classifica_sel a, #classifica_sel a:hover {
				background:url(/img/menu_classifica_h.gif) top left no-repeat;
			}
			
			#news a { background:url(/img/menu_news.gif) top left no-repeat; }
			#news a:hover, #news_sel a, #news_sel a:hover { background:url(/img/menu_news_h.gif) top left no-repeat; }
			
			#contatti a { background:url(/img/menu_contatti.gif) top left no-repeat; }
			#contatti a:hover, #contatti_sel a, #contatti_sel a:hover { background:url(/img/menu_contatti_h.gif) top left no-repeat; }
			
			#spazio-artisti a { background:url(/img/menu_spazio-artisti.gif) top left no-repeat; }
			#spazio-artisti a:hover, #spazio-artisti_sel a, #spazio-artisti_sel a:hover {
				background:url(/img/menu_spazio-artisti_h.gif) top left no-repeat;
			}
			#mtb-orienteering a { background:url(/img/menu_mtb-orienteering.gif) top left no-repeat; }
			#mtb-orienteering a:hover, #mtb-orienteering_sel a, #mtb-orienteering_sel a:hover {
				background:url(/img/menu_mtb-orienteering_h.gif) top left no-repeat;
			}

#spazio_artisti {
	position:absolute;
	top:82px; right:38px;
	
	width:120px;
	height:24px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}	
	#spazio_artisti span {
		display:none;
	}		
	#spazio_artisti a {
		float:left;
		width:120px;
		height:24px;
		background:url(/img/spazio-artisti2.png) top left no-repeat;
	}
	#spazio_artisti a:hover {
		float:left;
		width:120px;
		height:24px;
		background:url(/img/spazio-artisti2_h.png) top left no-repeat;
	}
	
#menu_categorie {
	/*position:absolute;
	top:262px; right:20px;
	z-index:1000;*/
	float:right;
	padding:0;
	margin:0;
}
	#menu_categorie ul {
		padding:0;
		margin:0;
	}
		#menu_categorie li {
			position:relative;
			z-index:1000;
			float:left;
			list-style:none;
			margin:0;
			padding:0;
		}
		#menu_categorie li a {
			width:100px;
			height:18px;
			display:block;
			text-decoration:none;
			text-align:center;
			line-height:16px;
			background:#CCC;
			color:#333;
		}
			#menu_categorie li a:hover {
				background:#D08E33;
				color:#333;
			}
		#menu_categorie ul ul {
			position:absolute;
			top:18px;
			z-index:1000;
			visibility:hidden;
		}
			#menu_categorie ul li:hover ul {
				visibility:visible;
			}
		#menu_categorie li.sel {
			position:relative;
			z-index:1000;
			float:left;
			list-style:none;
			margin:0;
			padding:0;
			width:100px;
			height:18px;
			background:#D08E33;
			color:#333;
			text-decoration:none;
			text-align:center;
			line-height:16px;
		}
		
		
#home_en a { background:url(/img/menu_home_eng.gif) top left no-repeat; }
#home_en a:hover, #home_sel_en a, #home_sel_en a:hover { background:url(/img/menu_home_eng_h.gif) top left no-repeat; }

#eismann_en a { background:url(/img/menu_eismann_eng.gif) top left no-repeat; }
#eismann_en a:hover, #eismann_sel_en a, #eismann_sel_en a:hover { background:url(/img/menu_eismann_eng_h.gif) top left no-repeat; }

#registrazione_en a { background:url(/img/menu_registrazione_eng.gif) top left no-repeat; }
#registrazione_en a:hover, #registrazione_sel_en a, #registrazione_sel_en a:hover {
	background:url(/img/menu_registrazione_eng_h.gif) top left no-repeat;
}

#patrocinio_en a { background:url(/img/menu_patrocinio_eng.gif) top left no-repeat; }
#patrocinio_en a:hover, #patrocinio_sel_en a, #patrocinio_sel_en a:hover {
	background:url(/img/menu_patrocinio_eng_h.gif) top left no-repeat;
}

#regolamento_en a { background:url(/img/menu_regolamento_eng.gif) top left no-repeat; }
#regolamento_en a:hover, #regolamento_sel_en a, #regolamento_sel_en a:hover {
	background:url(/img/menu_regolamento_eng_h.gif) top left no-repeat;
}

#vincitori_en a { background:url(/img/menu_vincitori_eng.gif) top left no-repeat; }
#vincitori_en a:hover, #vincitori_sel_en a, #vincitori_sel_en a:hover {
	background:url(/img/menu_vincitori_eng_h.gif) top left no-repeat;
}

#opere-in-concorso_en a { background:url(/img/menu_opere-in-concorso_eng.gif) top left no-repeat; }
#opere-in-concorso_en a:hover, #opere-in-concorso_sel_en a, #opere-in-concorso_sel_en a:hover {
	background:url(/img/menu_opere-in-concorso_eng_h.gif) top left no-repeat;
}

#classifica_en a { background:url(/img/menu_classifica_eng.gif) top left no-repeat; }
#classifica_en a:hover, #classifica_sel_en a, #classifica_sel_en a:hover {
	background:url(/img/menu_classifica_eng_h.gif) top left no-repeat;
}

#news_en a { background:url(/img/menu_news_eng.gif) top left no-repeat; }
#news_en a:hover, #news_sel_en a, #news_sel_en a:hover { background:url(/img/menu_news_eng_h.gif) top left no-repeat; }

#contatti_en a { background:url(/img/menu_contatti_eng.gif) top left no-repeat; }
#contatti_en a:hover, #contatti_sel_en a, #contatti_sel_en a:hover { background:url(/img/menu_contatti_eng_h.gif) top left no-repeat; }

#spazio-artisti_en a { background:url(/img/menu_spazio-artisti_eng.gif) top left no-repeat; }
#spazio-artisti_en a:hover, #spazio-artisti_sel_en a, #spazio-artisti_sel_en a:hover {
	background:url(/img/menu_spazio-artisti_eng_h.gif) top left no-repeat;
}
#mtb-orienteering_en a { background:url(/img/menu_mtb-orienteering_eng.gif) top left no-repeat; }
#mtb-orienteering_en a:hover, #mtb-orienteering_sel_en a, #mtb-orienteering_sel_en a:hover {
	background:url(/img/menu_mtb-orienteering_eng_h.gif) top left no-repeat;
}