@charset "iso-8859-1";

#Menu_Lang {
	color: #fff;
	float:right;
	}

#Menu_Lang ul {
	list-style-type: none;
}

#Menu_Lang ul li{
	float: right;
	padding: 0px 3px;
}

#Menu_Lang ul li a{

}

/* MENU EXTRA */

#Menu_Extra {
	width: 980px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 10px 0px;
	
}

#Menu_Extra ul {
	float: right;
	height:18px;
	
}

#Menu_Extra ul li{
	float: left;
	list-style-type: none;
}

#Menu_Extra ul li a {
	color: #fff;
	font-size: 11px;
	padding:0px 6px;
}

/* Struttura Menu Main */

#Menu_Main {
 	background-image:url(../img_struct/BgMenu01.jpg);
	background-repeat:repeat-x;
	height: 39px;
	line-height: 39px;
	width: 980px;
}

#Menu_Main ul {
	float: right;	
}

#Menu_Main li  {
 	float: left;
	list-style-type: none;
	background-image:url(../img_struct/btn01.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

#Menu_Main li a {
	float: left;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0px 10px;
	color: #FDD56D;
	font-size: 11px;
	text-transform: uppercase;
}

<!-- /// -->

#Menu_Main2 {
	margin-top: 20px;
}

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

}

#Menu_Main2 ul li {
	list-style-type: square;
	margin-bottom: 10px;
	color: #FDD46C;
	margin-left: 10px;


}

#Menu_Main2 ul li a{
 color: #fff;
 font-size: 13px;
}

#Menu_Main2 ul li a:hover{
	 color: #fff;
	 font-size: 13px;
 	 color: #FDD46C;
	 text-decoration: none;

 }




.MenuCurtain { position:absolute; z-index:99;}

.MenuVanish { list-style-type:none; display:block; border-top:1px solid white; width:978px; background:#26435f; padding:0; margin:0; text-align:left;}

.MenuVanishLi { margin-right:10px; height:26px;}

.MenuVanishA { color:white; padding-left:5px; font-size:13px; border-left:1px solid white; height:23px; padding-top:3px; display:inline-block; vertical-align:middle;}