.mega_menu { background: url(/images/mega_menu.png) no-repeat center; cursor: pointer; padding-left: 30px; } .mega_menu_links { background: #ffc; border: 1px solid #eea; display: none; padding: 0.5em; position: absolute; z-index: 1; } .mega_menu_links a:link, a:visited { color: blue; text-decoration: none; } .mega_menu_links a:hover { color: green; } .link_hover { display: block; } .pop_up_hover { display: block; border: 1px solid #cca; } .sortable, .sortable ol { list-style-type: none; margin: 0 0 0 25px; padding: 0; } .sortable { margin: 0; } .sortable li { margin: 7px 0 0 0; padding: 0; position: relative; } .sortable .handle { cursor: move; display: inline; margin: 0; } .placeholder { background-color: #cfcfcf; } .ui-nestedSortable-error { background: #fbe3e4; color: #8a1f11; } .toggle { cursor: pointer; padding-right: 1em; } #menu span.open { background: url(/images/folder_open.png) no-repeat center; } #menu span.closed { background: url(/images/folder_closed.png) no-repeat center; } a.lineage { background: url(/images/folder_closed.png) no-repeat left; padding-left: 9px; padding-right: 5px; }