This is such a trivial issues that I almost feel like it doesn't deserve its own topic. But can we get hover effects on anchor tags in the submenus. I find it a little confusing not knowing which link I'm clicking on.
EDIT perhaps something along this line?
a:hover {
color:#C2454B;
margin-left: 20px;
transition: color 1s, margin 1s;
}