.MenuContainer{
	width:900px;
	height:50px;
	
	margin-left:auto;
	margin-right:auto;

	background-color: #346db4;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#222222), to(#2d2d2d));
	background: -webkit-linear-gradient(top,#222222, #2d2d2d);
	background: -moz-linear-gradient(top,#222222, #2d2d2d);
	background: -ms-linear-gradient(top,#222222, #2d2d2d);
	background: -o-linear-gradient(top,#222222, #2d2d2d);
	background: linear-gradient(top,#222222, #2d2d2d);

	-webkit-border-radius:10px 0 10px 10px;
	-moz-border-radius:10px 0 10px 10px;
	-o-border-radius:10px 0 10px 10px;
	border-radius:10px 0 10px 10px;


}

.MenuItem,.MenuItem:hover{
	width:auto;
	min-width:100px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	float:left;
	
	text-align:center;
	color:#F7F7F7;
	
	font-family:Arial,"Century Gothic",  Georgia;
	font-size:14px;
	font-weight:bold;
	
	padding-left:10px;
	padding-right:10px;
	
	background-color: #346db4;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#222222), to(#2d2d2d));
	background: -webkit-linear-gradient(top,#222222, #2d2d2d);
	background: -moz-linear-gradient(top,#222222, #2d2d2d);
	background: -ms-linear-gradient(top,#222222, #2d2d2d);
	background: -o-linear-gradient(top,#222222, #2d2d2d);
	background: linear-gradient(top,#222222, #2d2d2d);

}
.MenuItem:hover{
	background: -webkit-gradient(linear, 0 0, 0 top, from(#4e4e4e), to(#222222));
	background: -webkit-linear-gradient(top,#4e4e4e, #222222);
	background: -moz-linear-gradient(top,#4e4e4e, #222222);
	background: -ms-linear-gradient(top,#4e4e4e, #222222);
	background: -o-linear-gradient(top,#4e4e4e, #222222);
	background: linear-gradient(top,#4e4e4e, #222222);
	
	color:#FF3;
	
	cursor:pointer;
}
.MenuItemAttivo{
	width:auto;
	min-width:100px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	float:left;
	
	text-align:center;
	
	font-family:Arial,"Century Gothic",  Georgia;
	font-size:14px;
	font-weight:bold;
	
	padding-left:10px;
	padding-right:10px;

	background: -webkit-gradient(linear, 0 0, 0 top, from(#4e4e4e), to(#222222));
	background: -webkit-linear-gradient(top,#4e4e4e, #222222);
	background: -moz-linear-gradient(top,#4e4e4e, #222222);
	background: -ms-linear-gradient(top,#4e4e4e, #222222);
	background: -o-linear-gradient(top,#4e4e4e, #222222);
	background: linear-gradient(top,#4e4e4e, #222222);
	
	color:#FF3;
	
	cursor:pointer;
}