.left_menu{display: block; clear: both; font-size: 13px}
.left_menu ul{margin: 0px; padding: 0px; list-style-type: none; height: 586px; overflow: auto; position: relative;}
.left_menu ul ul{height: auto; overflow: visible; clear: both; margin-left: 10px; position: relative;}
.left_menu li{display: block; clear: both; padding: 0px; margin: 0px}
.left_menu .expandable{background: rgb(244,244,244) url('../img/jquery.treeview/expandable.png') 0px 0px no-repeat;}
.left_menu .collapsable{background: rgb(244,244,244) url('../img/jquery.treeview/collapsable.png') 0px 0px no-repeat}
.left_menu a{color: rgb(51,51,51); text-decoration: none; display: block; border-bottom: 1px solid rgb(219,219,219); padding: 0px 5px 0px 31px; border-left: 1px solid rgb(219,219,219); border-top: 1px solid rgb(219,219,219); margin-top: -1px;}
.left_menu a:hover .component_title{color: rgb(0,0,0); text-decoration: underline}
.left_menu a span{cursor: pointer}
.left_menu a .component_title{display: block; padding: 6px 0px 6px 0px;}
.left_menu a .icon{dispaly: block; float: left; width: 26px; height: 26px; background-position: center 3px; background-repeat: no-repeat}
.left_menu a .nod{background-image: url('../img/tree_box/nod.png')}
.left_menu a .nod_place{background-image: url('../img/tree_box/nod_place.png')}
.left_menu a .nod_event{background-image: url('../img/tree_box/nod_event.png')}
.left_menu a .folder{background-image: url('../img/tree_box/folder.png')}
.left_menu a .image{background-image: url('../img/tree_box/image.png')}
.left_menu a .gallery{background-image: url('../img/tree_box/gallery.png')}
.left_menu a .file{background-image: url('../img/tree_box/file.png')}
.left_menu a .file_list{background-image: url('../img/tree_box/file_list.png')}
.left_menu a .user{background-image: url('../img/tree_box/user.png')}
.left_menu a .link{background-image: url('../img/tree_box/link.png')}
.left_menu a .component_user_shop_folder{background-image: url('../img/tree_box/folder.png')}
.left_menu a .component_user_shop{background-image: url('../img/tree_box/folder.png')}

.left_menu a .delocalized{color: rgb(120,120,120)}
.left_menu a .editing{font-weight: bold; color: rgb(0,0,0)}

.treeview .hitarea {height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer;}
* html .hitarea {display: inline; float:none;}

.treeview_drag {border-bottom: 30px solid rgb(51,51,51);}

.left_menu a .component_title{background-color: rgb(244,244,244);}
.left_menu .nonpublic a .component_title{background-color: rgb(255,240,240); font-style: italic;}
.left_menu .nonpublic .public a .component_title{background-color: rgb(244,244,244); font-style: normal;}
