@charset "utf-8";
.st_tree{padding:0px;}
/* 超链接 */
.st_tree a{color:#000; text-decoration:none;}
/* 鼠标经过的超链接 */
.st_tree a:hover{color:#000;text-decoration:none;}
/* 菜单 */
.st_tree ul{padding:0 0;margin:0;}
/* 菜单项 */
.st_tree ul li{font-size:14px;color:#999;line-height:32px;cursor:pointer;border-bottom:1px #999 dotted;list-style:none;background-repeat:no-repeat;padding:4px 0 0 40px;}
/* 子菜单 */
.st_tree ul li ul{}
/* 子菜单项 */
.st_tree ul li ul li{}
/* 子菜单的父节点 */
.st_tree .folder{background-repeat:no-repeat;padding:0 0 0 20px;}
/* 展开的父节点 */
.st_tree .open{background-repeat:no-repeat;padding:0 0 0 20px;}