

请问修改哪里?修改了 网站基础样式和 导航不行 错乱了,CSS不太懂
/*网站基础样式*/
body,div,ul,li,dl,dd,table,p,h1,form,legend,fieldset,input button,select,textarea,button{margin:0px;padding:0px;font-family:inherit;font-size:inherit;}
ul,li{list-style:none;}
a{color:#333333;text-decoration:none;}
a:hover{color:#CC0000;text-decoration:underline}
body{word-wrap:break-word;text-align:center;font:12px/1.6em Verdana,Tahoma,Helvetica,Arial,sans-serif;background:url(images/webBg.png) repeat-x 0 0}
.page_style{width:100%;margin:0px auto 0px auto;text-align:center;background-color:#ffffff;overflow:hidden;}
.left{float:left}
.right{float:right}
.clear{clear:both;font-size:0px;height:0px;line-height:0px;width:0px;margin:0 0 0 0;padding:0 0 0 0;overflow:hidden}
/*顶部及主菜单样式*/
.top_box{clear:both;width:1600px;}
.top_box .logo{float:left;text-align:left;padding:0px 0 0px 0}
.top_box .topcontent{float:right;text-align:right;padding:5px 0 5px 0}
.menu_box{height:35px;text-align:left;background:url(images/menu_bg.jpg) repeat-x 0 0;}
.menu_style_homepage{float:left;text-align:center;width:100px;}
.menu_style{float:left;text-align:center;width:100px;}
a.menu{display:block;width:100px;height:35px;color:#ffffff;font-size:14px;padding-top:8px;}
a.menu:hover{color:#ffffff;text-decoration:none;background:url(images/menu_bg_1.jpg) no-repeat 0 0;}
.menu_current a.menu{font-weight:bold;background:url(images/menu_bg_1.jpg) no-repeat 0 0;}