@charset "utf-8";
/* CSS Document */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0em;
	border: 1px solid #CCCCCC;
	border-width: 1px 0;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #000000;
	padding: 4px 7px;
	text-decoration: none;
	border-right: 0px solid white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
