@charset "utf-8";
/* 全兼容可高亮二级缓冲折叠菜单*/
/* 作者：冰极峰 biny*/
/* 博客：冰极峰博客:http://www.cnblogs.com/binyong/*/
/* Email:szbiny@163.com*/
/* 日期：2010-05-27*/

/* CSS Document */
/*通用设置*/
*{margin:0;padding:0;}
html,body{height:100%;}
a:link,a:visited{ text-decoration:none;}

/*菜单个性设置*/
.box{width:202px;height:100%;margin:0 auto;}
.box ul{list-style:none;text-align:left;}

/*一级菜单*/
.menu > li.level1{ width:180px; margin:0 auto;}
.menu li.level1 a{display:block;line-height:36px;height:36px;padding-left:19px; font-size:14px;color:#5c5c59;background:url(../images/lm_bg.jpg) no-repeat left top;border-bottom:1px double #e4e4e4;}
/*一级菜单两态样式,供JS调用*/
.menu li.level1 a.hove{background:url(../images/lm_bg.jpg) no-repeat}
.menu li.level1 a.cur{background:url(../images/lm_bg.jpg) no-repeat}

/*二级菜单*/
.menu li ul{padding-left:10px;overflow:hidden;}
.menu li ul.level2{width:169px;display:none;font-weight:100; font-size:14px;}
.menu li ul.level2 li{height:26px;line-height:26px;font-weight:100;font-size:12px;border-bottom:1px #e4e4e4 solid;}
.menu li ul.level2 li a{display:block;height:26px;line-height:26px;background: url(../images/t1.gif) no-repeat 30px center;padding-left:15px;color:#5c5c59;overflow:hidden;font-weight:100;font-size:12px;}
/*二级菜单两态样式,供JS调用*/
.menu li ul.level2 li a.hove1{background:#F6F6F6 url(../images/t2.gif) no-repeat 30px center; font-weight:100;font-size:12px;}