Thanks, I didn't notice the "|" I accidentally put after the flag. I've corrected the panel definition as shown below but it still doesn't work.
Code:
PANEL* PlayerOnePan =
{
	bmap = TempBMAP; 
	pos_x = 20;
	pos_y = 100;
	layer = 8;
	flags = OVERLAY;
}