求助:VS2005里的样式问题
<div>
<table cellpadding="0" cellspacing="0" width="158" style="text-align: center" style="height: 49px"> <tr>
<td style="height:25px;" class="menu_title" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" background="images/title_bg_quit.gif" ><span><a href="desk.aspx" target="mainFrame"><b>管理首页</b></a> | <a href="first.aspx" target="_parent"><b>退出</b></a></span> </td>
</tr>
里面有两个style,变色的那部分,大侠们,该怎么改?