A mi si me funciona. Solo he reseteado el margin y el padding del html y el body y he añadido el wrapper para centrarlo y le he quitado un center que no hacia falta.
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta content="Beastak" name="Efbeezy">
html, body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://img838.imageshack.us/img838/7158/menunegro.jpg) center repeat-x;
}
#wrapper {
margin: 0px auto;
width: 600px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: url(http://img801.imageshack.us/img801/6749/menurosa.jpg) center repeat-x;
}
<ul class="solidblockmenu"> <li><a href="http://www.bdebelleza.blogspot.com" title="">Inicio
</a></li> <li><a href="http://bdebelleza.blogspot.com/2010/06/sorteos.html" title="">Sorteos
</a></li> <li><a href="http://bdebelleza.blogspot.com/2010/06/premios.html" title="">Premios
</a></li>