.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white;
list-style-type: none;
padding-left: 22px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:#FFFFFF;
cursor: hand !important;
cursor: pointer !important;
}

.treeview ul li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:#FFFFFF;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left:0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#treemenu1 li {
}

#treemenu1 ul li {
padding-left:10px;
}

#treemenu1 ul ul li {
padding-left:15px;
}

#treemenu1 li.submenu div.left_nav_links:hover,
.left_nav_links_active_top_submenus {
background:url("/wp-content/themes/thematic/images/AccordianHeaderBackground.jpg") repeat-x scroll 0 0 transparent;
}

#treemenu1 li.submenu ul li.submenu div.left_nav_links:hover,
.left_nav_links_active_submenus {
background:url("/wp-content/themes/thematic/images/AccordianHeaderBackground.jpg") repeat-x scroll 0 0 transparent;
}

#treemenu1 li.submenu ul li.sidebar_menu_box div.left_nav_links:hover,
.left_nav_links_active {
background:url("/wp-content/themes/thematic/images/AccordianHeaderBackground.jpg") repeat-x scroll 0 0 transparent;
}

#treemenu1 li.final_link div.left_nav_links:hover,
#treemenu1 li.page-item div.left_nav_links:hover {
background:url("/wp-content/themes/thematic/images/AccordianHeaderBackground.jpg") repeat-x scroll 0 0 transparent!Important;
}


