/*MENU UNO*/
#button-1{
/*width:207px!important;*/
width: 150px;
margin: 0;
padding: 0;
font: 100% Arial;
}
#button-1 ul{
list-style:none;
margin:0;
padding:0;
}
#button-1 a{
display:block;
text-decoration:none;
padding:5px 10px;
margin:0;
background:#fff;
color:#545454;
font-size:12px;
font-weight:bold;
}
#button-1 li{
display:inline;
}
#button-1 a{
height:auto!important;
height:0;
}
#button-1 a:link, 
#button-1 a:visited{
background:#E4E4E4 url(../img/menu/down.gif) left top repeat;
color:#545454;
}
#button-1 a:hover, 
#button-1 a:focus,
#button-1 a:active{
background:#E4E4E4 url(../img/menu/hover.gif) left top repeat;
color:#545454;
}
#button-1 #active-button-1 a{
background:#E4E4E4 url(../img/menu/selezionato.gif) left top repeat;
color:#fff;
}

#button-1 #button-vuoto a{
background:#fff url(../img/menu/down.gif) left top repeat;
color:#545454;
}
#button-1 #button-vuoto a:hover{
background:#fff url(../img/menu/hover_2.gif) left top repeat;
color:#545454;
}

#button-1 #button-linea a{
background:#fff url(../img/menu/button_linea.gif) left top repeat;
color:#545454;
}
#button-1 #button-linea a:hover{
background:#fff url(../img/menu/hover.gif) left top repeat;
color:#545454;
}

/*-------------------------------*/

div#menu_uno{
	float:left;
	width: 150px;
	margin-left: 50px;
}

div#menu_due{
	float:left;
	width: 150px;
	margin-left: 20px;
}

/*-------------------------------*/
#linguaggio {
	font-family:Verdana,Trebuchet MS,Arial,sans-serif,Helvetica;
	font-size:9px;
	text-align:center;
/*	top: 10px;*/
}
#linguaggio ul{
	margin:0;
	padding-left: 0;
	list-style:none;
}
#linguaggio li{
	display:inline;
	margin:0;
	padding:0;
}
#linguaggio a:link,
#linguaggio a:visited{
	padding: 0px 5px;
	text-decoration:none;
	color:#FFF;
}
#linguaggio a:hover,
#linguaggio a:focus,
#linguaggio a:active,
#linguaggio #linguaggio_corrente a{
	text-decoration:underline;
	color:#FFF;
}
