.tab{ color: white; background-color: navy; border: thin solid navy; position: absolute; top: 16px; width: 100px; text-align: center; font: 9pt verdana,sans-serif; z-index: 2; padding: 3; cursor: pointer; cursor: hand; } .panel{ visibility: hidden; /*color: navy; border: thin solid navy;*/ position: absolute; top: 32px; left: 15px; height: 400px; width: 800px; font: 12pt verdana, sans-serif; z-index: 1; padding: 10; overflow: auto; } .budgetSection{ /*visibility: hidden; color: navy; border: thin solid navy;*/ /*position: absolute; top: 51px; left: 45px;*/ height: 400px; width: 800px; /*font: 12pt verdana, sans-serif; z-index: 1; padding: 10;*/ overflow: auto; }