﻿#headerContainer {

	background-color: #FFD139;

	box-shadow: 0px 3px 3px #000;

	height: 60px;

	overflow-y: hidden;

	position: fixed;

	top: 0px;

	width: 100%;

	text-decoration: none;

	z-index: 999;

}

#headerContainer .logo {

	width: 145px;

	height: 50px;

	float: left;

	background-image: url('../images/logo.gif');

	background-size: cover;

	margin-left: 175px;

}

#headerContainer .links {
	margin: 0px auto;
	width: 903px;
	height: 100%;
	position: initial;
	top: 1px;
	margin-left: 25%;
	left: -129px;
}
#headerContainer .links > .link {
	color: #000;
	height: 100%;
	float: left;
	height: 100%;
	text-align: center;
	width: 128.5px;
	padding-top: 15px;
	text-decoration: none;
}
#headerContainer .links > .link > .a {
	text-decoration: none;
	background-color: #FFC300;
}
#headerContainer .links > .link:hover {
	background-color: #FFC300;
}
