Como no sabia hacerlo pues tampoco sabia que tenia que poner xD
Como uno de los menus tiene desplegable y los demas botones tienen hover en CSS, esta todo en div, dejo el codigo porque no tengo ni idea de donde meter el codigo que me decis xD :P
Código PHP:
div.indice, div.faq, div.miembros, div.grupos, div.mensajeria, div.staff, div.logo, div.m1, div.reglas, div.banco, div.trabajos, div.tienda, div.m2 {display: block;float: left;}
div.indice {width: 139px; height: 55px;background: url(../images/menu/indice-r.png) no-repeat;}
div.faq {width: 91px; height: 55px;background: url(../images/menu/faq-r.png) no-repeat;}
div.miembros {width: 153px; height: 55px;background: url(../images/menu/miembros-r.png) no-repeat;}
div.grupos {width: 127px; height: 55px;background: url(../images/menu/grupos-r.png) no-repeat;}
div.mensajeria {width: 179px; height: 55px;background: url(../images/menu/mensajeria-r.png) no-repeat;}
div.staff {width: 111px; height: 55px;background: url(../images/menu/staff-r.png) no-repeat;}
div.logo {width: 800px; height: 180px;background: url(../images/menu/logo-r.png) no-repeat;}
div.m1 {width: 72px; height: 61px;background: url(../images/menu/m1-r.png) no-repeat;}
div.reglas {width: 123px; height: 61px;background: url(../images/menu/reglas-r.png) no-repeat;}
div.banco {width: 141px; height: 61px;background: url(../images/menu/banco-r.png) no-repeat;}
div.trabajos {width: 177px; height: 61px;background: url(../images/menu/trabajos-r.png) no-repeat;}
div.tienda {width: 158px; height: 61px;background: url(../images/menu/tiendas-r.png) no-repeat;}
div.m2 {width: 112px; height: 61px;background: url(../images/menu/m2-r.png) no-repeat;}
div:hover {background-position: left bottom;}
#cabeza {display:block; width: 800px;}
#indice_list, #faq_list, #miembros_list, #grupos_list, #mensajeria_list, #staff_list
{
margin:0px;
padding:0px;
list-style: none;
text-align: center;
color: #5B280D;
border-left: 2px solid #5B280D ;
border-bottom: 2px solid #5B280D ;
border-right: 2px solid #5B280D ;
background-color: #5B280D;
}
#indice_list li, #faq_list li, #miembros_list li, #grupos_list li, #mensajeria_list li, #staff_list li
{
margin:2px;
padding:0px;
list-style: none;
text-align: center;
color: #5B280D;
background-color:#b29F78;
}
#indice_list
{
width:110px;
left:22px;
}
#faq_list
{
width:85px;
}
#miembros_list
{
width:147px;
}
#grupos_list
{
width:127px;
}
#mensajeria_list
{
width:179px;
}
#staff_list
{
width:95px;
left:1px;
}
a:link,a:active,a:visited
{
color : #5B280D; text-decoration: none;
} /* #FFFFCC */
a:hover
{
color : #000000; text-decoration:line-through;
}