Page is a not externally linkable
milosevic - 1:11 pm on Nov 5, 2010 (gmt 0)
guod, why don't you use a conditional comment:
Stick this in your source code
<!--[if IE7]>
<style type="text/css">
ElementBrokeinIE7 {
width:200px
}
</style>
<![endif]-->
It looks like you've got the width of that menu set with inline style though, so bear in mind that the inline style may override the conditional comment