> 'li:not(.parent,.active,.item33,.item34,.item35)' > 'li:not(.parent):not(.active):not(.item33):not(.item34):not(.item35)'
furthermore, i guess with this syntax all item's witn class 'parent' and 'active' will be excluded. in my case i need only elements excluded who has class 'parent' and 'active' at the same time.
