Solution
I had same problem with my website www.sushilindia.com/Home.aspx. But I solved the problem by writing follwing lines in my MasterPage.aspx:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<style type="text/css">
.IE8Fix
{
z-index: 100;
...