Hello
I am a bit surprised with the luck of assistance form u guys, not very pro ......anyway here is the solution for the rest the users who might have the same problem,
there was a fault in your style sheet and the way ie7 interprets the inherit command, so if u want your site to work on ie7 u need to update this file
menu.gkmenu.css
Change line 12 to
div.gk-menu > ul.level0 > li { float: left; width: auto; position:relative;z-index:1000}
and line 24 to
div.gk-menu > ul.level0 > li:hover > .childcontent li:hover > .childcontent { left:0}
the drop down menu now works on ie7!