body{
background-color:#efefef;
}

.treeview ul,
ul#treemenu2{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
border-bottom:1px solid #ccc;
color:#2B333C;
font:bold 13px/18px Arial, Helvetica, sans-serif;
padding-bottom:8px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:url(//drh.img.digitalriver.com/DRHM/Storefront/Site/adbevlus/cm/images/Layout/closed.gif) no-repeat left 1px;
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. */
padding:0px;
margin:0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding:0px;
margin:0px;
border-bottom:0px solid #ccc;
font-weight:normal;
}

.treeview .submenu ul li a{ 
color:#005fa9;
text-decoration:none;
padding:3px 0px;
width:200px;
line-height:24px;
}

.treeview .submenu ul li a:hover{ 
background-color:#B2E1FF;
color:#2B333C;
}
