I am using the boutique template and trying to highlight the li when hovered. See image here:http://www.freeimagehosting.net/fsfos. It will not highlight evenly the li. How can i fix this?
Thank you in advanced.
David
#gkMainMenu > div > ul > li:hover > a, #gkMainMenu > div > ul > li:active > a, #gkMainMenu > div > ul > li:focus > a {
color: #E9403B;
}
#gkMainMenu > div > ul > li:hover { background: #fff; }
#gkMainMenu > div > ul > li { margin-left:0px;}
#gkMainMenu > div > ul > li:hover { background: yellow;}
#gkMainMenu > div > ul > li > a { padding-right:16px;}