#officerBox	{
	float: right;
	width: 180px;
	padding: 5px;
/*	border: 1px solid #ddd; */
	background-color: white;
	margin: 0 0 0 5px:
	}


#branchmap, #officermap	{
	position: relative;
	float: left;
	width: 180px;
	padding: 0;
	margin: 0 20px 0 20px;
	height: 287px;
	z-index: 99;
	}
	
#officermap	{
	position: relative;
	float: none;
	margin: 0;
	}

#branchmap div, #officermap div	{
	position: absolute;
	left: 0; 
	top: 0;
	visibility: hidden; 
	}

div#mapBottom, div#overlay	{
	position: absolute;
	left: 0; 
	top: 0;
	visibility: visible;
	}

								
#mapBottom		{z-index: 100; }
#westScot		{z-index: 101; }
#eastScot		{z-index: 102; }
#nIreland		{z-index: 103; }
#northern		{z-index: 104; }
#nwEng			{z-index: 105; }
#yorkshire		{z-index: 106; }
#mersey			{z-index: 107; }
#wales			{z-index: 108; }
#westMid		{z-index: 109; }
#trent			{z-index: 110; }
#oxford			{z-index: 111; }
#central		{z-index: 112; }
#eastAng		{z-index: 113; }
#westEng		{z-index: 114; }
#wessex			{z-index: 115; }
#swThames		{z-index: 116; }
#london			{z-index: 120; }
#overlay		{z-index: 120; }

ul#branchLinks, ul#officerLinks	{
	width: 170px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

ul#branchLinks, ul#officerLinks	{
	float: left;
	}

ul#officerLinks	{
	float: none;
	width: 180px;
	}


ul#branchLinks li, ul#officerLinks li	{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid green;
	}

ul#branchLinks li a, ul#officerLinks li a	{
	text-decoration: none;
	display: block;
	padding: 2px 3px;
	background-color: white;
	}

ul#branchLinks li a:hover, ul#officerLinks li a:hover	{
	background-color: #afd5ec;
	}
	