The Latest Version of Chrome has a problem which was reported as a Bug. The version can’t show Third Level Drop Down Sub Menus Properly. Some of our Previous Theme Versions of Simplify, Simplicity and SunRain may face this problem. Here is a Fix if you don’t want to upgrade to the Latest Version.
You can add the following code in the WP-Admin > Appearance > Theme Options > General Options > Custom Code within Head Area
Code:
<style>div { transition:none;-moz-transition:none;-o-transition:none;-webkit-transition:none; }</style>