/*Home*/
#home {
	background-color: #e2e2e2;
	width: 120px;
	display: none;
	position: absolute;
	top: 50px;
	left: 10px;
}

/*Ministry*/
#ministry {
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 120px;
	display: none;
	position: absolute;
	top: 102px;
	left: 205px;
	z-index: 18;
}

/*Outreach*/
#outreach {
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 120px;
	display: none;
	position: absolute;
	top: 102px;
	left: 360px;
	z-index: 35;
}

/*Events*/
#events {
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 120px;
	display: none;
	position: absolute;
	top: 102px;
	left: 525px;
	z-index: 35;
}

/*Contact*/
#contact {
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 120px;
	display: none;
	position: absolute;
	top: 102px;
	left: 815px;
	z-index: 35;
}

.dropdown {
	display: block;
	width: 108px;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	z-index: 35;
	padding: 6px;
}

.dropdown:hover {
	background-color: #c1b490;
	color: #FFFFFF;
}
