/*通用样式*/
* {margin: 0px;padding: 0px;}


/*顶部导航样式*/
#header{font-size:12px;width:948px; margin:0 auto; height:26px; border:#c8dbea solid 1px; background:#e7f4fd url(images/dhbj.gif) repeat-x bottom;}
#header img{border:0px;}
#header h1{list-style:none;float:left; padding-left:10px;}
#header ul{width:690px; float:right; white-space:nowrap; padding-top:7px;}
#header ul li{float:left; padding:0 4px; border-right:#ccc dotted 1px;}
#header ul li a{color: #00007f;text-decoration: none; display:block; padding:0 4px 0 4px;}
#header ul li a:hover{color: #fff; background:#ff0000;}
#header ul .end{ border:none;}