nope no frames just a table. The CSS code is below.
.button1 {background-image:url(images/about_button.png); }
.button2 {background-image:url(images/archives_button.png); }
.button3 {background-image:url(images/gallery_button.png); }
.button4 {background-image:url(images/goodies_button.png); }
.button5 {background-image:url(images/contact_button.png)
Never mind, i figured it out. I should use background: not background-image: thanks anyway