.treeview ul{ /*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;
}

.treeview li a{ /* Style for LI that contains sub lists (other ULs). */
font-family:Verdana, Arial, Helvetica, sans-serif,Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#5D5D94;
text-decoration:none;
line-height:22px;
}

.treeview li a:hover{ /* Style for LI that contains sub lists (other ULs). */
font-family:Verdana, Arial, Helvetica, sans-serif,Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.treeview li li{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/button_bg.jpg) no-repeat left 1px;
padding:0px 0px 0px 22px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#5D5D94;
}

.treeview li li a{ /* Style for LI that contains sub lists (other ULs). */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#5D5D94;
text-decoration:none;
line-height:22px;
}

.treeview li li a:hover{ /* Style for LI that contains sub lists (other ULs). */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.treeview li li li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
padding-left: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5D5D94;
}

.treeview li li.vikash a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#5D5D94;
text-decoration:none;
}

.treeview li li.vikash a:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#5D5D94;
text-decoration:underline;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
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. */
}

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