#home {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	height: 35px;
	width: 150px;
	left: 2px;
	top: 70px;
}
#district {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	height: 65px;
	width: 150px;
	left: 45px;
	top: 70px;
}
#buildings {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	height: 80px;
	width: 150px;
	left: 97px;
	top: 70px;
}
#departments {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 4;
	height: 50px;
	width: 150px;
	left: 158px;
	top: 70px;
}
#support {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 5;
	height: 65px;
	width: 150px;
	left: 242px;
	top: 70px;
}
#resources {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 6;
	height: 50px;
	width: 150px;
	left: 297px;
	top: 70px;
}
#directory {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 35px;
	width: 150px;
	left: 364px;
	top: 70px;

