.leftmenu { margin: 0 0 9px 0; }
.leftmenu .item { height: 19px; line-height: 19px; padding: 1px 0 1px 3px; cursor: pointer; margin-bottom: 3px; }
.leftmenu .item.has-sub { background: url(../img/leftmenu-icon-plus.gif) 97% 6px no-repeat; }
.leftmenu .item img { float: left; margin-right: 5px; }
.leftmenu .item a, ul.leftmenu .item a:visited { color: #e57f04; text-decoration: none; font-weight: bold; }
.leftmenu .item.hover { background-color: #ddd; }
.leftmenu .leftmenu-sub { display: none; padding: 0 0 0 20px; }
.leftmenu .subitem { height: 19px; line-height: 19px; padding: 1px 0 1px 5px; cursor: pointer; }
.leftmenu .disabled { height: 19px; line-height: 19px; padding: 1px 0 1px 5px; }
.leftmenu .subitem a, .leftmenu .subitem a:visited { color: #e57f04; text-decoration: none; }
.leftmenu .subitem.has-sub { background: url(../img/leftmenu-icon-rarr.gif) 97% 6px no-repeat; }
.leftmenu .subitem.hover { background-color: #ddd; }
.leftmenu .subitem.opened { background-image: url(../img/leftmenu-icon-larr.gif); }
.leftmenu .leftmenu-subpopup { display: none; position: absolute; z-index: 9999; }
.leftmenu .leftmenu-subpopup .r-t { position: absolute; top: 0; right: 0; width: 5px; height: 19px; background: url(../img/leftmenu-sub-right.png) no-repeat; }
.leftmenu .leftmenu-subpopup .r-c { position: absolute; top: 19px; right: 0; width: 5px; background: url(../img/leftmenu-sub-right2.png) repeat-y; }
.leftmenu .leftmenu-subpopup .b-l { position: absolute; width: 6px; height: 6px; bottom: 0; left: 0; background: url(../img/leftmenu-sub-left.png) repeat-y; }
.leftmenu .leftmenu-subpopup .b-c { margin: 0 0 0 6px; height: 6px; background: url(../img/leftmenu-sub-bottom.png) repeat-x; }
.leftmenu .leftmenu-subpopup .b-r { position: absolute; width: 6px; height: 6px; bottom: 0; right: 0; background: url(../img/leftmenu-sub-right3.png) no-repeat; }
.leftmenu .leftmenu-subpopup .content { border: 1px solid #c8c3c3; border-right: 0; border-bottom: 0; margin-right: 5px; background: #fff; }
.leftmenu .subpopup-item { padding: 1px 6px; height: 19px; line-height: 19px; border-bottom: 1px solid #edaf6c; white-space: nowrap; }
.leftmenu .subpopup-item span { color: #e81b0c; }
.leftmenu .subpopup-item.last { border: none; }
.leftmenu .subpopup-item.has-sub { background: url(../img/leftmenu-icon-rarr.gif) 97% 6px no-repeat; }
.leftmenu .subpopup-item.hover { background-color: #ddd; }
.leftmenu .subpopup-item.opened { background-image: url(../img/leftmenu-icon-larr.gif); }

.leftmenu .item.on { background-image: url(../img/leftmenu-icon-minus.gif); }

div#leftmenu-toolip { position: absolute; width: 155px; padding: 10px 24px 27px 16px; top: 20px; left: 20px; z-index: 9999; min-height: 59px; display: none; }
div#leftmenu-toolip .top { position: absolute; top: 0; left: 0; width: 195px; height: 70px; background: url(../img/leftmenu-toolip-top.png) no-repeat; }
div#leftmenu-toolip .bg { position: absolute; top: 70px; left: 0; width: 195px; height: 0; background: url(../img/leftmenu-toolip-bg.png) repeat-y; }
div#leftmenu-toolip .bottom { position: absolute; bottom: 0; left: 0; width: 195px; height: 26px; background: url(../img/leftmenu-toolip-bottom.png) repeat-y; }
div#leftmenu-toolip .content { position: relative; z-index: 9999; font-family: Tahoma; font-size: 10px; color: #4a7035; text-align: center; }
