var productElement = document.getElementById("li.mnu ul");
if (productElement != null)
{
// Code here when the Element Exists.
}