.menu { font-family: arial; font-weight: bold; width: 750px; /* 106px per menu */ height: 30px; margin: auto; font-size: 12px; border-top: 1px solid #666666; border-bottom: 1px solid #666666; } .menu ul { padding: 0; margin: 0; list-style-type: none; } .menu ul li { float: left; border-left: 1px solid #eeeeee; width: 106px; } .menu ul li.borderright { border-right: 1px solid #eeeeee; } .menu ul li a, .menu ul li a:visited { display: block; width: 101px; text-decoration: none; padding: 0 0 0 5px; height: 30px; line-height: 30px; color: #000000; background: #c9c9a7; } .menu ul li a:hover { color: #CC0000; text-decoration: underline; }