.solidblockmenu ul{
/* margin: 0 0 0 12px; */
margin: 0 0 0 0px;
padding: 0;
float: left;
font-size: 14px;
width: 900px;
overflow: hidden;
border-width: 1px 0;
/* background: black url(blockdefault.gif) center center repeat-x; */
background: black url(fl_blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
text-decoration: none;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
text-decoration: none;

color: #999;
/* background: transparent url(blockactive.gif) center center repeat-x; */
background: transparent url(fl_blockdefault.jpg) center center repeat-x;
}