Hello,
Is there any way to add hold over/ highlight menu effect to main menu of Game like this:
http://screencast.com/t/7gRWpDpjm
Thanks,
Giang Anh
.gkMenu > ul > li > a:hover {
background: none repeat scroll 0 0 orange;
color: black;
}