My code
WebElement menu= bd.findElement(By.cssSelector("#main-nav > div.multi-level-nav.reveal-on-click > div > ul.first-level-ul > li:nth-child(1) > a"));
actions.moveToElement(menu).build().perform();
System.out.println("mouse hover done");
Thread.sleep(5000);
It works, but when it comes to the running time on the browser screen the dropdown button is not listed down when doing the mousehover. I practically want to put this into display.