.two_bar {
margin-left:80px;
display:none;
}
li {
list-style:none;
}
.two_bar li,.one_bar {
display:block;
text-align:center;
font-size:16px;
background-color:#55339e;
color:#ffffff;
border-bottom:1px solid #ffffff;
border-radius:10px;
line-height:38px;
overflow:hidden;
height:38px;
width:258px;
}
a:link,a:visited,a:hover,a:active {
text-decoration:none;
}
使用jquery简单实现的一个二级导航菜单。