/* CMS CSS. Always, always adjusting. */
/* (C) 2008 */
#tree1  {padding:0px; margin:0; border-left:0px solid #D3E1ED; border-right:0px solid #D3E1ED;} /* 控制整体边框 */
#tree1 li {background:url(/tree/images/dt-11.gif) no-repeat 10px 16px; list-style:none; padding-left:0px;  line-height:36px; border-bottom:1px dashed #ccc;} /* 控制全部分类间隔高度，下横线 */
#tree1 li.hover{background:url(/tree/images/redarrow.gif) no-repeat 7px 12px;}
#tree1 li ul{ display:none;padding:0px; width:100%;}
#tree1 li ul li{ background:url(/tree/images/dt-11.gif) no-repeat 22px 15px; padding-left:15px; border-bottom:1px dashed #ccc; float:left; min-width:40%;}  /* 控制子分类 */
#tree1 li ul li.hover{ background:url(/tree/images/redarrow.gif) no-repeat 22px 13px;}