@charset "utf-8";
/* sdmenu */
a, a:link, a:visited {color: #ccc; text-decoration: none;}
.leftbar > ul {list-style: none;}
.leftbar .menu-one > li {width: 171px; height: auto; overflow: hidden; border-top: 1px solid #888;}
.leftbar .menu-one > li.firstChild {border: 0;}
.leftbar .menu-one .header {height: 35px; background: #666; line-height: 34px; text-indent: 15px; cursor: pointer;}
.leftbar .menu-one .header:hover,
.leftbar .menu-one .menuOne-current {background: #777;}
.leftbar .menu-one .header > span {display: block;}
.leftbar .menu-one .header .txt {float: left; color: #fff;}
.leftbar .menu-one .header .arrow {float: right; width: 35px; height: 35px; background: url(../images/arrow-d.png) no-repeat center center;}
.leftbar .menu-two {display: none; width: 171px; height: auto;}
.leftbar .menu-two li {width:171px; height:35px; background: #eee; border-top: 1px solid #ccc; line-height: 34px; text-indent: 15px;}
.leftbar .menu-two li.firstChild {border: 0;}
.leftbar .menu-two li a {display: block; color: #888;}
.leftbar .menu-two li:hover,
.leftbar .menu-two li.menuTwo-current {background: #fff;}
.leftbar .menu-show .header {background: #777;}
.leftbar .menu-show .header .arrow {background-image: url(../images/arrow-u.png);}