.horizontalnav {
	height: 50px;
	background: none
}

.dividernav {
	
	display: inline-block;
	height: 50px;
}

.button {
	display: inline-block;
	background: none;
	height: 50px;
	padding: 15px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	font-size: 16px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif
}

.button a {
	color: #0060af;
	font-weight: normal;
	padding: 16px 20px 22px 20px;
	text-shadow: none;
}

.button a:hover {
	color: #0378d8
	
}