.solidblockmenu{
margin: 0px;
float: left;
font: 18px Eurostile;
width: 100%;
height: 30px;
overflow: hidden;
/*border-top: 1px solid white;
border-bottom: 1px solid white;*/
background: url(../images/bar_menu.png) center left repeat-x;
/*background: transparent;*/
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
/*padding: 9px 11px;*/
margin: 5px 0px 10px 0px;
text-decoration: none;
width: 130px;
border-right: 0px solid white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
width: 130px;
height:24px;
background: transparent url(../images/fbtn.png) center center no-repeat;
margin-top: -1px;
padding-top: 7px;
}
#cc{float:right;}