/* 下拉菜单 */
/* General dropdown styles */
dl.dropdown { padding:0; margin:2px 0; }
dl.dropdown { display:inline-block; }
dl.dropdown { *display:inline; }
dl.dropdown a { line-height:170%; }
.dropdown dd, .dropdown dt, .dropdown .popup { margin:0px; padding:0px; }
.dropdown dd { position:absolute; z-index:2000; } /* 解决当容器为overflow:hidden时标准浏览器菜单被隐藏 */
.dropdown dd { *position:relative; } /* 解决IE6菜单弹出在右边 */
/* DT styles for sliding doors */
.dropdown dt { background:#f6f6f6 url(arrow.png) no-repeat scroll right center; border:1px solid #ddd; display:inline-block; padding-right:16px; cursor:pointer; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.dropdown dt {*display:inline;}
.dropdown dt a { padding:1px 3px; font-weight:bold; display:inline-block; border-right:1px solid #ddd; }
.dropdown dt:hover, .dropdown dt:focus { color:#5d4617; border: 1px solid #999;}
/* UL styles */
.dropdown dd .popup { background:#f6f6f6 none repeat scroll 0 0; border:1px solid #ddd; color:#C5C0B0; display:none;
     position:absolute; top:1px; min-width:100px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.dropdown dd .popup { padding:5px; }
.dropdown dd ul.popup { padding:3px 0px; list-style:none; }
.dropdown dd ul.popup li { list-style:none; margin:0; padding:1px 0; }
.dropdown dd ul.popup li.split { height:6px; background: url(m_splitLine.gif) center repeat-x; font-size: 0px; margin: 0 2px; }
.dropdown dd ul.popup li a { padding:2px 5px; display:block; white-space: nowrap; text-decoration:none; color:#000; }
.dropdown dd ul.popup li a:hover { background-color:#EFEFEF;}
.dropdown span.value { display:none;}
#changelist-filter ul.ztree { margin:0; }