Quote Originally Posted by GoNinja View Post
Currently "headerborder.gif" (the grey background under the drop down menu) shows 13 pixels high, how do I change this so it shows 36 pixles high?
Change the height in the stylesheet:

#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}