The link worked for me but I could not see a search box.
IMO it has two real immediate problems. As a fixed width site it is too wide as it does not fit in an 800px wide screen. Having to scroll horizontally is a real no-no.
In your drop-down menus, get your cursor on the border between two menu options and watch what happens.
Remove this from the start of your pages:
- Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
It's not required and it thows IE into quirks mode.
Validate your page.
W3C validation shows 36 errors.