#key background colour not working in IE

Hey guys. i have a navigation thing for a site im doing.

its really simple. there are main catagories, then sub-cats.

When you click the button, it sends you to the page, but that link is highlighted in the navigation box.

you can see a demo here. www.dinkumrocks.com/ad/temp.asp

it works perfectly in firefox, but does not highlight the selected page in IE

heres what i use.

div.navsub {
margin-right:10px;
border-bottom: 1px #B6B6B6 solid;
padding:0px 1px 0px 0px;
}

div.navsub:hover {
background-color:#780000;
}

div.navsub#key {
background-color:#780000;
}

Nothing too crazy. I used a .htc for IE, i dont know if that will do anything.

Thanks for any help,
-Naaman