.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	overflow: hidden;
	margin-bottom: 0em;
	background: black url(../ImgSer/sfondi/blockdefault.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
	width: 808px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 14px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AB9469;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../ImgSer/sfondi/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

