.solidblockmenu{
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	padding: 0;
	background-color: #902015;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-right-width: 0;
	border-left-width: 0;
}

.solidblockmenu li{
	display: inline;
	margin: 0px;
}

.solidblockmenu li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid white;
	font-weight: bold;
	padding: 9px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: #437B04;
	background-position: center center;
}
