Thanks!!! It worked.
Last question. How can I center my menu?
I know I have to change something in the code below, but I can’t figure out how. Thanks!
#access ul {
width: 650px; /* Width of top menu*/
margin: 0 auto;
display: block;
position: static;
float: none;
}