@charset "utf-8";
/* 全兼容可高亮二级缓冲折叠菜单*/
/* 作者：冰极峰 biny*/
/* 博客：冰极峰博客:http://www.cnblogs.com/binyong/*/
/* Email:szbiny@163.com*/
/* 日期：2010-05-27*/

/* CSS Document */
/*通用设置*/
/*菜单个性设置*/
.box0{width:235px;height: auto; background-color:#FFFFFF; padding-top:24px; }
.box0 ul{list-style:none;text-align:left;}
.box0 h2 { height:80px; background:url(../images/fen_h.gif) no-repeat left top; font:24px "Microsoft Yahei"; font-weight:bold; text-align:center; line-height:70px; overflow:hidden; margin-bottom:3px; color:#fff; }
.box0 h2 i { font:16px Arial, Helvetica, sans-serif; color:#fff; font-weight:normal; text-transform:uppercase; padding-left:8px; }

/*一级菜单*/
.menua{display:block; height:auto;}
.menua li.level1 a{display:block; background:url(../images/fen_bg1.gif) no-repeat left top; color:#fff; padding-left:21px; font:16px "Microsoft Yahei"; height:41px; line-height:41px; overflow:hidden; margin-bottom:2px;clear:both;}
/*一级菜单两态样式,供JS调用*/
.menua li.level1 a.hove{background:url(../images/fen_bg2.gif) no-repeat left top;}
.menua li.level1 a.cur{background:url(../images/fen_bg2.gif) no-repeat left top;}


/*二级菜单*/
.menua li ul{margin:5px auto; overflow:hidden;}
.menua li ul.level2{width:215px; margin:5px auto; display: none;}
.menua li ul.level2 li{height:40px;line-height:40px;}
.menua li ul.level2 li a{display:block;color:#000; font:14px "Microsoft Yahei"; height:39px; line-height:39px; border-bottom:1px dashed #ccc; overflow:hidden; background:url(../images/fen_jt.gif) no-repeat left #FFFFFF; padding-left:22px; text-transform:uppercase;}
.menua li ul.level2 li a.curaa{color:#FF9012;}
/*二级菜单两态样式,供JS调用*/
.menua li ul.level2 li a.hove1{color:#FF9012;}
.menua li ul.level3{width:180px;display:none;background:url() no-repeat 3px 3px;}
.menua li ul.level3 li{height:26px;line-height:26px;background:#F6F6F6 url(../ima/t2.gif) no-repeat 30px center;}
.menua li ul.level3 li a{display:block;height:26px;line-height:26px;padding-left:50px;color:#42556B;overflow:hidden;background:#F6F6F6 url(../ima/t2.gif) no-repeat 30px center;}
/*二级菜单两态样式,供JS调用*/
.menua li ul.level3 li a.hove1{background:#F6F6F6 url(../ima/t2.gif) no-repeat 30px center; text-decoration:underline;}