Not easily. The child menu is a hidden div that has it's visibility toggled when the parent is hovered.
What you're asking to do would now involve CSS changes and javascript support. The CSS changes would remove the :hover from the parent element to stop the automatic stuff. The javascript changes would require adding click event handlers on the parent element in order to manually toggle the child menu.
不適当であることを指摘する場合は、ログインしてください。