.menuItem {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005AAB;
	text-align: center;
	cursor: pointer;
}

.home-container {
	position: absolute;
	top: 0px;
	left: 0px;
}
.menuItem:hover {
	color: #d86425;
	text-decoration: underline;
}

.post-container {
	position:absolute;
	top: 0px;
	left: 70px;
}

.contact-container {
	position: absolute;
	top: 0px;
	left: 170px;
}


.topSearch {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 180px;
	height: 18px;
	font-size: 16px;
	color:#cccccc;
	font-weight: 100;
}

.searchBtn {
	position: absolute;
	top: 0px;
	left: 520px;
	height: 25px;
	width: 40px;
	text-align: center;
}
