El fichero CSS puede influir? como le puede afectar? no lo entiendo pero ahí va un trozo:
Código CSS:
Ver original#menu{
position: relative;
width: 100%;
margin: 0 auto;
height: 27px;
background-image: url("imatges/sombrahoritzontal.png");
/*background-position: 0 -167px; */
background-repeat: repeat-x;
}
#menu ul{
overflow: auto;
margin: 0 auto;
margin-left: 125px;
}
#menu ul li{
float: left;
margin: -1px auto 0 auto;
list-style: none;
}
/*////////////////////////////////////////////////////////BOTO ACTIU/////////////////////////////////////////////////////////////////////////*/
#menu ul li#actiu a span.boto1{
float:left;
height: 27px;
width: 12px;
background-image: url("compilacio.jpg");
background-position: -500px -194px;
background-repeat: no-repeat;
}
#menu ul li#actiu a span.boto_centre{
float:left;
height: 27px;
background-image: url("compilacio.jpg");
background-position: -512px -194px;
font-weight: bold;
color:grey;
*color: #666666;
font-size: .8em;
padding-top: 6px;
text-transform: uppercase;
}
/*////////////////////////////////////////////////////////BOTO INACTIU/////////////////////////////////////////////////////////////////////////*/
#menu ul li#actiu a span.boto3{
float:left;
height: 27px;
width: 12px;
background-image: url("compilacio.jpg");
background-position: -734px -194px;
background-repeat: no-repeat;
}
#menu ul li a span.boto1{
float:left;
height: 27px;
width: 12px;
background-image: url("compilacio.jpg");
background-position: 0 -194px;
background-repeat: no-repeat;
}
#menu ul li a span.boto_centre{
float:left;
height: 27px;
background-image: url("compilacio.jpg");
background-position: -12px -194px;
background-repeat: no-repeat;
font-weight: bold;
font-size: .8em;
padding-top: 6px;
text-transform: uppercase;
color: silver;
}
#menu ul li a span.boto3{
float:left;
height: 27px;
width: 12px;
background-image: url("compilacio.jpg");
background-position: -238px -194px;
background-repeat: no-repeat;
}