Добавьте этот скрипт непосредственно перед закрытием тега </head>
:
<!--[if IE 7]>
<style type="text/css">
/* Fixes the display of the menu */
#header {
height:113px;
}
/* Fixes the search box display */
#menubar {
width: 640px;
}
/* Fixes the display of boxes in rows
(IE7 doesn't understand display: inline-block)
*/
.slideshow, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6 {
float: left;
}
/* Fixes the animation transition */
.slideshow a, .slideshow2 a, .slideshow3 a, .slideshow4 a, .slideshow5 a, .slideshow6 a {
height: 233px;
width: 233px;
}
/* Fixes the focus of the searchbox. */
#searchboxes {
position: relative;
z-index: 100;
}
</style>
<![endif]-->
Это исправит большинство ваших проблем с отображением.
Для меня меню и заголовок отображаютсятак же (в моем IETester), как в последних браузерах (я сравнил с хромом).