.solidblockmenu{
margin: 0 auto;
text-align: center;
padding: 0;
float: left;
font: normal 12px Arial;
width: 100%;
border: 1px solid #b3d6ea;
border-width: 1px 0;
background: #cde8f9 url(../images/menutop.gif) center center repeat-x;
}

.solidblockmenu li{display: inline;}

.solidblockmenu li a{
float: left;
text-align: center;
margin: 0 auto;
color: #000000;
padding: 5px 12px;
text-decoration: none;
border-right: 0px solid white;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{color: #000000;}
.solidblockmenu li a:hover{color: #000000;
background: transparent url(../images/menutop_active.gif) center center repeat-x;
}
 .solidblockmenu li a.current{
color: #000000;background: transparent url(../images/menutop_active.gif) center center repeat-x;
font-weight:normal;}
