I recently encountered a problem in the Finance Business template, which has been resolved by support staff at Gavick, and I thought I would share the solution with other Gavick members.
If you login from the frontend, with K2 installed, and select the "Add a new item" option, the Main Menu appears superimposed on top of the popup K2 "Add Item" window. This can be resolved by adding the following code to the overide.css file through the Template Manager in the backend. Also make sure that the CSS Overide option is also enabled under the DEV MODE tab.
#sbox-window {z-index: 100001 !important}
#sbox-content {z-index: 100005 !important}
Thanks to Gavick for persevering with this.