/* Menu Postion */

ul.dropdown {
	position: absolute;
	left: 395px;
	top: 5px;
	z-index: 597;
	float: left;
}

.sub-menu-holder {
	left: 320px;
	top: 180px;
}

.missions-holder {
	background: url(../images/content-background.png) no-repeat;
	width: 996px;
	height: 681px;
	position: absolute;
	top: 120px;
}

.international-partnerships {
	background: url(../images/international-partnerships.png) no-repeat;
	width: 294px;
	height: 193px;
	position: absolute;
	top: 35px;
	left: 9px;
}

.learn {
	background: url(../images/learn.png) no-repeat;
	width: 675px;
	height: 191px;
	position: absolute;
	top: 35px;
	left: 310px;
}

.photo-gallery {
	background: url(../images/photo-gallery.png) no-repeat;
	width: 293px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 9px;
}

.international-ministry-partnerships {
	background: url(../images/international-ministry-partnerships.png) no-repeat;
	width: 675px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 310px;
}

.bottom {
	top: 805px;
	left: 5px;
}

