Thanks for your answer and time, but I have since found the exact answer on google, if you use the out of the box menu with asp.net webforms and it flickers slightly when a page is loaded in google chrome, then add the following code to your css
#menu ul li ul {
display: none;
}
#menu ul li {
position: relative;
float: left;
list-style: none;
}