.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
background-color:#555555;
color:#FFCC99;
/*filter:alpha(opacity=0);opacity:1;*/
 /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(img/camera-4.gif) no-repeat;
list-style-type: none;
padding-left: 30px;
margin-bottom: 3px;
background-color:#555555 	;
/*background-image:url(img/alpha.png);*/
/*filter:alpha(opacity=0);opacity:1;*/
color:#FFCC99;
 /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(img/dvr-on.gif) no-repeat;
cursor: hand !important;
cursor: pointer !important;
background-color:#555555;
/*background-image:url(img/alpha.png);*/
/*filter:alpha(opacity=0);opacity:1;*/
color:#FFCC99;
 /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
background-color:#555555;

/*filter:alpha(opacity=0);opacity:1;*/
color:#F2F2F8;
 /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background-color:#555555;


/*filter:alpha(opacity=0);opacity:1;*/
color:#F2F2F8;
 /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}