我整个导航的样式是这样的?应该怎么改?
.menu{
background:url(navbg.png) repeat-x; height:37px;width:950px;margin:0px auto;
}
.nav{
width:950px;height:37px; margin:0px auto;overflow:hidden;
}
.nav ul li{
float:left;list-style-type:none;width:86px;line-height:37px;height:37px; background:url(header_interval.png) no-repeat right 5px;text-align:center;font-weight:bold;color:#ffffff;font-size:14px;
}
.blue-bg:link,.blue-bg:visited{
width:85px;color:#fff;text-decoration:none;display:block; text-align:center;
}
.blue-bg:hover,.blue-bg:active{
width:85px; color:#fff;text-decoration:none; background:url(header_hover.png) no-repeat; display:block; text-align:center;
}