.treeview { line-height: 1.2em; width: 220px; padding: 0; margin: 0; } .treeview, .treeview ul { padding: 0; margin: 0; list-style: none; } ul.treeview li a { line-height: 22px; margin:0px; width: 220px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 18px; } ul.treeview li.collapsable { background-image: url(/images/grafica/icon_02.gif); background-position: 6px 8px; background-repeat: no-repeat; } ul.treeview li.expandable { background-image: url(/images/grafica/icon_01.gif); background-position: 6px 8px; background-repeat: no-repeat; } ul.treeview li.nchild { background-image: url(/images/grafica/list2.gif); background-position: 8px 10px; background-repeat: no-repeat; width: 220px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } ul.treeview li li { background-color: #30497f; width: 220px; } ul.treeview li li li { background-color: #3A5389; width: 220px; } ul.treeview li li li li { background-color: #3A5399; width: 220px; } ul.treeview a, ul.treeview a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #ffffff; } ul.treeview a:focus, ul.treeview a:hover, ul.treeview a:active { color: #fee999; } ul.treeview li:hover, ul.treeview li.sfHover { background-color: #455B8A; outline: 0; } /*.treeview .hitarea { background-image: url(../images/icon_01.gif); background-position: 4px 8px; background-repeat: no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; } .treeview .hitarea .hitarea { background-image: url(../images/icon_01.gif); background-position: 4px 8px; background-repeat: no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; } */ /* fix for IE6 */ * html .hitarea { display: inline; float:none; } ul.treeview li { background-color: #243C71; width: 220px; } ul.treeview li a { /*padding: 1em 20px;*/ text-decoration:none; font-family: arial; font-size: 9pt; font-weight: normal; } ul.treeview li li a { /*padding: .75em 20px;*/ text-decoration:none; font-family: arial; font-size: 8pt; font-weight: normal; } .menutit { width: 220px; /* 220px-10px-10px */ background-image: url(/images/grafica/bg_001.gif); height: 17px; font-family: arial; font-size: 9pt; font-weight: bold; color: #ffffff; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 2px; margin-left:0px; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FDE182; } .menubot { width: 220px; /* 220px-10px-10px */ background-image: url(/images/grafica/bg_002.gif); height: 19px; font-family: arial; font-size: 9pt; font-weight: bold; color: #ffffff; clear: both; margin-top:0px; padding-top: 5px; padding-right: 10px; padding-bottom: 2px; padding-left: 10px; background-repeat: no-repeat; } /*.treeview a.selected { background-color: #eee; } */ #treecontrol { margin: 1em 0; display: none; } /*.treeview .hover { color: red; cursor: pointer; } .treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; } .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; } .treeview .expandable-hitarea { background-position: -80px -3px; } .treeview li.last { background-position: 0 -1766px } .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); } .treeview li.lastCollapsable { background-position: 0 -111px } .treeview li.lastExpandable { background-position: -32px -67px } .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; } .filetree li { padding: 3px 0 2px 16px; } .filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; } .filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; } .filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; } .filetree span.file { background: url(images/file.gif) 0 0 no-repeat; } */