First we add some css style to menu:
#menu {
float: left;
width: 800px;
list-style: none;
line-height: 33px;
background: url('../images/menu_bg.gif') no-repeat top left;
border-top: 1px solid #0b558e;
border-bottom: 1px solid #0b558e;
margin: 0;
padding:0;
}
#menu li {
float: left;
border-left: 1px solid #1b76bc;
}
#menu li a {
float: left;
font-size: 1.2em;
color: #fff;
border-left: 1px solid #3993da;
text-decoration: none;
background: url('../images/menu_bg.gif') no-repeat top left;
}
#menu li:first-child { border: none; }
#menu li:first-child a { border: none; }



Reply With Quote
Bookmarks