.menu1,.menu2{width: 200px;font-family:"Helvetica Neue","Microsoft YaHei","SimHei"; overflow: hidden;}
.menu1 .dl0{width:200px; border-bottom: 1px solid #e6e6e6;}
.menu1 dl{ margin-bottom: 15px; display: inline-block;}
.menu1 dl dt{
    width: 200px; height: 22px; line-height: 22px; text-align: center;
    background-color: #f5f5f5; color: #000; margin-bottom: 10px;}
.menu1 dl dd{ width: 95px; height: 22px; margin-bottom: 10px; float: left;}
.menu1 dl dd a{
    display: block; width: 95px; height: 22px; line-height: 22px;
    text-align: center; background-color: #e6e6e6; color: #000;
}
.menu1 dl dd a:hover{ background-color: #000; color: #fff;}
.menu1 .cur{ background-color: #000; color: #fff;}

.menu2 { border-top: 1px solid #e6e6e6;}
.menu2 dt{ height: 50px; line-height: 50px; padding-left: 10px; font-size: 16px ; color: #ccc; border-bottom: 1px solid #e6e6e6;}
.menu2 dd{ height: 50px; line-height: 50px; font-size: 16px; border-bottom: 1px solid #e6e6e6;}
.menu2 dd a{ display: block; width: 190px; padding-left: 10px; height: 50px; line-height: 50px; color: #000; outline: none;}
.menu2 dd a:hover{ background:#000; color:#fff;}
.mSelected { background-color: #e0e0e0;}