Hola
te dejo un ejemplo de un menu espero que te sirva,
Código HTML:
Ver original <a href="/index.php" title="home">HOME
</a> <a href="/index.php" title="aboutus">ABOUT US
</a> <a href="/index.php" title="mygolf">MYGOLF
</a> <a href="/index.php" title="hotels">HOTELS
</a> <a href="/index.php" title="club">CLUB
</a> <a href="/navbar.png" title="packages">PACKAGES
</a> <a href="/index.php" title="service">SERVICE
</a> <a href="/index.php" title="shop">SHOP
</a> <a href="/index.php" title="contact">CONTACT
</a>
Código CSS:
Ver original#navbar {
width:782px;
height:29px;
padding:0;
margin: 0;
background:url(../imagenes/fondobar.gif)
}
#navbar li {
padding:0;
list-style:none;
display: block;
}
#navbar li a {
text-decoration:none;
float:left;
display:block;
font-family:"myriad pro";
font-weight:bold;
font-size:13px;
text-align:center;
border-left:1px solid #cbcbcb;
border-right:1px solid #ffffff;
border-top:1px solid #cbcbcb;
border-bottom:1px solid #cbcbcb;
line-height:25px;
}
li#nhome a {
width:96px;
height:28px;
color: #C66;
}
li#naboutus a {
width:99px;
height:28px;
}
li#nmygolf a {
width:86px;
height:28px;
}
li#nhotels a {
width:75px;
height:28px;
}
li#nclub a {
width:69px;
height:28px;
}
li#npackages a {
width:94px;
height:28px;
}
li#nservice a {
width:82px;
height:28px;
}
li#nshop a {
width:66px;
height:28px;
}
li#ncontact a{
width:96px;
height:28px;
}
#navbar li a:hover {
color: #F00;
}
No olvides de poner tu hoja de reset