I used the code below per your instructions and it DOES center my menu but it also adds a top level menu/page called NAVIGATION. How do I remove that?
#access {
text-align: center;
}
#access li {
display: inline-block;
float: none;
margin-right: -4px;
}
#access a {
display: block;
float: none;
}
#access ul li ul {
text-align: left;
}
#access ul li ul li {
display: block;
margin-right: 0;
}
Thanks,
Susan
http://ganache.myparisbistro.com