@charset "utf-8";
/* CSS Document */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 15px Arial;
	width: 100%;
	background-image: url(../images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #0078BC;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #C4C4C4;
}

.solidblockmenu li a:visited{
	color: #787878;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #A2A2A2;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
