/* menu */
.menu{
width: 990px;
margin: 0 auto;
}
.box{
float: left;
display: inline;
height: 40px;
}
.box a{
padding: 0 15px 0 15px;
height: 40px;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 30px;
color: #333;
text-decoration: none;
border-right: solid 1px #CCCCCC;
display: inline;
float: left;
}

a.mg-1:hover, a.mg-1.active { background: url(../images/icone/altri_out.gif) 0 0 no-repeat; height: 40px;}

.sotto_box{
float: left;
display: inline;
font-size: 12px;
font-weight: bold;
padding: 0 15px 0 15px;
height: 20px;
line-height: 20px;
color: #333;
border-right: solid 1px #CCCCCC;}

.sotto_box a{
color:#333;
text-decoration: underline;
}

a.sotto_box:hover, a.sotto_box.active { 
color: #cc0000;
text-decoration: underline;}

.boxino{
padding: 0 15px 0 15px;
height: 40px;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 30px;
color: #333;
text-decoration: none;
border-right: solid 1px #CCCCCC;
float: left;
display: inline;
background: url(../images/icone/altri_out.gif) 0 0 no-repeat;
}