
 引用内容
.navigation {
 background: url(../images/navigation-bg.png);
 height: 38px;
 width :1003px;
 overflow: hidden;
 line-height: 2em;
}
.navigation ul {
 list-style: none;
 margin: 0 auto;
 padding: 0;
 text-align: left;
 width: 970px;
}
.navigation ul li {
 background: none;
 display: inline;
 float: left;
 list-style-type: none;
 padding: 0;
}
.navigation ul li a {
 color: #666;
 display: block;
 height: 25px;
 overflow: hidden;
 padding: 5px 15px 0 15px;
 text-decoration: none !important;
}
.navigation ul li a:hover {
 color: #fff !important;
}
#activer a{ '这个就是高亮菜单的样式,这里我用了背景图片
 background: url(../images/navigation-active.gif);
 color: #a21 !important;
 font-weight: bold;
 cursor:default; '把鼠标样式改为默认的箭头,即不会诱使用户点击连接 
}