That should do it. Did you try clearing your cache?
BTW, if you don't want to futz with all the elements separately, you can set a base color instead:
<head>
<style type="text/css">
body{
scrollbar-base-color:#D51111;
}
</style>
</head>
... that gives you the red color with all the proper 3d highlighting and shadows.
Oh, and you do know this only works with IE 5.5+ yes?
🙂