Mouseover highlighting is implemented with the following CSS rules (xp skin):
.active-header-over {
border-color: #f9b119;
background: #fcc247!important;
}
.active-header-over .active-box-item {
border-color: #f9a900;
background: #faf9f4;
}
To disable this effect the rules should look like:
.active-header-over {
border-color: #cbc7b8;
background: #d6d2c2!important;
}
.active-header-over .active-box-item {
border-color: #e2decd;
background: #ebeadb;
}