ul{
margin:0;
padding:0;}

.treeview ul{ /*CSS for Simple Tree Menu*/
list-style:none
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#00adef;
text-decoration:none;
margin:0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-family:Arial, Helvetica, sans-serif;
color:#00adef;;
text-decoration:none;
list-style-type: none;
/*padding-left: 22px;*/
margin-bottom: 3px;
line-height:30px;

/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 30px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/video-list.jpg) no-repeat;
font-size:14px;
color:#000000;
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:0;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
font-size:12px;

cursor: default;
}
li a{
font-family:Arial, Helvetica, sans-serif;
color:#00adef;;
text-decoration:none;
list-style-type: none;
/*padding-left: 22px;*/
margin-bottom: 3px;
line-height:30px;

/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
text-decoration:none;
}