@charset "iso-8859-1";

/* Struttura Menu Main */

#Menu_Main {
	position: relative;
	float: left;
	text-align: left;
	width: 907px;
	height: 62px;
	background-image: url('../img_struct/Button.01.Bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 0px solid #111111;
}

#Menu_Main ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#Menu_Main li  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline;
	position: relative;
	float: left;
	height: 62px;
	border-right: 1px solid #000000;
	border-left: 1px solid #555555;
}


.Menu_Main_Content_Caption {
	padding: 15px 10px 0px 10px;
}

.Menu_Main_Over {
	background-image: url('../img_struct/Button.01.Bg.Over.gif');
	background-repeat: repeat-x;;
}

/* Struttura Menu Main 2° Livello */

#Menu_Main2 {
	position: relative;
	float: left;
	text-align: left;
	width: 907px;
	height: 30px;
	line-height:30px;
	background-image: url('../img_struct/Button.01.Bg.gif');
	background-repeat: repeat-x;;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #111111;
}

#Menu_Main2 ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}

#Menu_Main2 li  {
	padding-top:5px;
	text-align: center;
	display: inline;
	position: relative;
	border-right: 1px solid #000000;
	border-left: 1px solid #555555;
	float: left;
}

.Menu_Main2_Content {
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.Menu_Main2_Over {
	background-image: url('../img_struct/Button.01.Bg.Over.gif');
	background-repeat: repeat-x;;
}

/* Button Extra 1° Livello */

#Menu_Extra {
	margin-top: 15px;
	float: right;
	height: 24px;
}


#Menu_Language {
	margin-top: 15px;
	margin-left: 15px;
	float: right;
	height: 24px;
}

