#frame_dynamic_menu {position: relative; width: 210px; }
#frame_dynamic_menu .item {width: 210px; margin: 0 0 10px 0; background: #a7b6d1 url(/gui/ik/gfx/box_title_1_a.gif) no-repeat top; }
#frame_dynamic_menu .item .header {width: 210px; background: url(/gui/ik/gfx/box_title_1_b.gif) no-repeat bottom; overflow: hidden; }
#frame_dynamic_menu .item .header .title {padding: 0 0 0 5px; width: 162px; float: left; }
#frame_dynamic_menu .item .header .title h4 {float: left; font-size: 12px; color: #0e3782; padding: 6px 10px 8px 4px; cursor: pointer;}
#frame_dynamic_menu .item .header .btn_drop_down {height: 14px; width: 14px; cursor: pointer; float: left; display: inline; margin: 6px 0 0 7px; }
#frame_dynamic_menu .item .header .drop {background: url(../gfx/dynamic_plus.gif) no-repeat right top; font-size: 0; }
#frame_dynamic_menu .item .header .down {background: url(../gfx/dynamic_minus.gif) no-repeat right top; font-size: 0; }
#frame_dynamic_menu .item .header .change_position {display: inline; float: right; margin: 3px 4px 0 0; width: 9px; height: 20px; overflow: hidden; }
#frame_dynamic_menu .item .header .change_position .move_up {background: url(/gui/ik/gfx/arrow_up_1.gif) no-repeat 0 0; width: 9px; height: 9px; margin: 0 0 2px 0; cursor: pointer; overflow: hidden; font-size: 0; }
#frame_dynamic_menu .item .header .change_position .move_down {background: url(/gui/ik/gfx/arrow_down_1.gif) no-repeat 0 0; width: 9px; height: 9px; cursor: pointer; overflow: hidden; font-size: 0; }
#frame_dynamic_menu .item .content {background: #fff url(/gui/ik/gfx/box_content_1.gif) no-repeat bottom; width: 190px; padding: 0 10px; overflow: hidden; }
#frame_dynamic_menu .item .content ul {margin: 6px 0; }
#frame_dynamic_menu .item .content ul li {padding: 0 0 0 12px; background: url(../gfx/marker_2.gif) no-repeat 0 4px; margin: 3px 0; }
#frame_dynamic_menu .item .content .more a {background: url(../gfx/marker_2.gif) no-repeat right 0.4em; float: right; padding: 0 10px 0 2px; font-weight: bold; margin: 0 0 6px 0; }
#frame_dynamic_menu .empty_place {}