I would like the menu to be shown below the logo instead of side-by-side.
How do I do that?
h1.logo,div.logo-text {position: absolute;top:-20px;}
#gk-nav {width: 100%;}
#gkLogo { height: 40px; margin: 0; line-height: 100%; position: absolute; top: 3px;}
#gkMenuNav {float: left; margin:25px 0 10px 0; width: 100%}
#gkMenu { float: left; width: 100%; height: 40px; background-color: #6C6459 }
#gkWrap1 {
position: relative;
}