Hi , 
I want my gktopmenu to have the same color with gkbottomMenu.
I add the code below to override.css but nothing.
#gkbottomMenu 
{background:none repeat scroll 0 0  #3D77B1;
  border-bottom: 1px solid #4B87C5;}
What i am do wrong???
P.K
               
                
               
          #gkBottomMenu {
background:none repeat scroll 0 0 #3D77B1;
border-bottom: 1px solid #4B87C5;
}
