The background image used for the navigation shows up fine in Firefox and Chrome. But Internet Explorer 7 doesn't show it at all. The website in question is www.vickieats.com
The CSS:
.navbar-inner{
background:url(images/bg-nav.png) repeat-x left #d0a86a;
border-radius:12px;
}
.navbar .nav > li > a{
color:#FFF;
font-size:1.25em;
font-weight:bold;
padding:28px 35px;
text-shadow:0 1px #000;
text-transform:uppercase;
}
.navbar .nav > li > a:hover{
color:#6E5632;
}
I'm sure it's something silly, so please help, thanks!

