<!DOCTYPE html>
<html>
<head>
<title>dz导航</title>
<style type="text/css">
*{
padding: 0;
margin: 0;
}
#dz{
width: 960;
height: 33;
background: #2B7ACD;
background-image: url(http://www.discuz.net/static/image/common/nv.png);
background-position-x: 0px;
margin: 10px auto;
}
#dz a:hover{
background:#333;
}
#dz a{
color:red;
font-size: 15px;
font-weight: 700px;
text-decoration: none;
display:inline-block;
width: 86;
height: 33;
text-align: center;
line-height: 33px;
}
</style>
</head>
<body>
<div id="dz">
<a href="" class="shouye">论坛</a>
<a href="">首页</a>
<a href="">文档资料</a>
<a href="">腾讯云主机</a>
<a href="">服务</a>
<a href="">购买微社区</a>
</div>
</body>
</html>