
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 597;
	float: left;
}

.ministries-holder {
	position: absolute;
	top: 145px;
	left: 0px;
}

.title {
	color: #a7b95f;
	font-size: 67px;
	font-weight: bold;
	position: absolute;
	top: 10px;
}

.spacer {
	background: url(../images/spacer.png) no-repeat;
	width: 3px;
	height: 85px;
	position: absolute;
	top: 0px;
	left: 325px;
}

.text {
	color: #4b4b40;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 345px;
	top: 15px;
	width: 500px;
}

.button-area {
	position: absolute;
	top: 100px;
}

.preschool {
	width: 165px;
	height: 152px;
	background: url(../images/preschool.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.preschool:hover {
	background-position: -165px 0px;
}

.kidzcity {
	width: 166px;
	height: 152px;
	background: url(../images/kidzcity.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 170px;
}

.kidzcity:hover {
	background-position: -166px 0px;
}


.gc {
	width: 166px;
	height: 152px;
	background: url(../images/gc.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 340px;
}

.gc:hover {
	background-position: -166px 0px;
}


.gen-interns {
	width: 166px;
	height: 152px;
	background: url(../images/gen-interns.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 510px;
}

.gen-interns:hover {
	background-position: -166px 0px;
}


.ya {
	width: 166px;
	height: 152px;
	background: url(../images/ya.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 680px;
}

.ya:hover {
	background-position: -166px 0px;
}


.ladies {
	width: 165px;
	height: 152px;
	background: url(../images/ladies.png) no-repeat;
	position: absolute;
	top: 160px;
	left: 0px;
}

.ladies:hover {
	background-position: -165px 0px;
}


.mens {
	width: 166px;
	height: 152px;
	background: url(../images/mens.png) no-repeat;
	position: absolute;
	top: 160px;
	left: 170px;
}

.mens:hover {
	background-position: -166px 0px;
}


.missions {
	width: 166px;
	height: 152px;
	background: url(../images/missions.png) no-repeat;
	position: absolute;
	top: 160px;
	left: 340px;
}

.missions:hover {
	background-position: -166px 0px;
}


.cbi {
	width: 166px;
	height: 152px;
	background: url(../images/cbi.png) no-repeat;
	position: absolute;
	top: 160px;
	left: 510px;
}

.cbi:hover {
	background-position: -166px 0px;
}


.bottom {
	top: 580px;
}


