@charset "utf-8";
/* 全兼容可高亮二级缓冲折叠菜单*/
/* 作者：冰极峰 biny*/
/* 博客：冰极峰博客:http://www.cnblogs.com/binyong/*/
/* Email:szbiny@163.com*/
/* 日期：2010-05-27*/

/* CSS Document */
/*通用设置*/
/*菜单个性设置*/
.box0{width:201px;height:100%;margin:0 auto;height:100%;}
.box0 ul{list-style:none;text-align:left;}
.box0 h2{width:201px;margin:0 auto;height:33px;background:#FFF url(../ima/menuhead.gif) no-repeat left top;text-indent:-9999px;}

/*一级菜单*/
.menu li.level1 a{display:block;line-height:30px;height:30px;padding-left:50px; font-size:12px;color:#333333;background:url(../ima/j_15.jpg) center no-repeat;}
/*一级菜单两态样式,供JS调用*/
.menu li.level1 a.hove{background:url(../ima/j_14.jpg) center no-repeat;color:#fff;font-weight:bold;}
.menu li.level1 a.cur{background:url(../ima/j_14.jpg) center no-repeat;color:#fff;font-weight:bold;}

/*二级菜单*/
.menu li ul{padding-left:10px;overflow:hidden;}
.menu li ul.level2{width:180px;display:none;background:url() no-repeat 3px 3px;}
.menu li ul.level2 li{height:26px;line-height:26px;background:#F6F6F6 url(../ima/t2.gif) no-repeat 30px center;}
.menu li ul.level2 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调用*/
.menu li ul.level2 li a.hove1{background:#F6F6F6 url(../ima/t2.gif) no-repeat 30px center; text-decoration:underline;}