.navContainer{
	min-width:768px;
	height:75px;
	margin:-8px -8px 16px -8px;
	padding:0px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
}
.navBackground{
	height:60px;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.75) 100%);
}
.navButtonContainer{
	height:75px;
	min-width:768px;
	max-width:1280px;
	margin:0px auto 0px auto;
	position:relative;
	top:-60px;
}
.navHome{
	height:70px;
	position:relative;
	float:left;
	font-size:45px;
	padding:0px 10px 0px 10px;
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:#0072cf;
	color:white;
	background: #00A0DF;
	background: -moz-linear-gradient(top, #0046AD 0%, #00A0DF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0046AD), color-stop(1, #00A0DF));
	background: linear-gradient(to bottom, #0046AD 0%, #00A0DF 100%);
}
.navHome:hover{
	border-bottom-color:#9eceeb;
	background: #99d9f2;
	background: -moz-radial-gradient(center bottom, circle farthest-side, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%), -moz-linear-gradient(top, #0046AD 0%, #00A0DF 100%);
	background: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, rgba(255,255,255,0.5)), color-stop(0.25, rgba(255,255,255,0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #0046AD), color-stop(1, #00A0DF));
	background: radial-gradient(circle farthest-side at center bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%), radial-gradient(circle farthest-side at center bottom, #0046AD 0%, #00A0DF 100%);;
}
.navSelected{
	height:55px;
	font-size:35px;
	padding-top:5px;
	text-align:center;
	color:white;
	position:relative;
	float:right;
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:#e55302;
	color:white;
	background: #ffa800;
	background: -moz-linear-gradient(top, #ff5a00 0%, #ffa800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5a00), color-stop(1, #ffa800));
	background: linear-gradient(to bottom, #ff5a00 0%, #ffa800 100%);
}
.navSelected:hover{
	border-bottom-color:#ffa42e;
	background: #ffd480;
	background: -moz-radial-gradient(center bottom, circle farthest-side, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%), -moz-linear-gradient(top, #ff5a00 0%, #ffa800 100%);
	background: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, rgba(255,255,255,0.5)), color-stop(0.25, rgba(255,255,255,0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5a00), color-stop(1, #ffa800));
	background: radial-gradient(circle farthest-side at center bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%), linear-gradient(to bottom, #ff5a00 0%, #ffa800 100%);
}
.navNormal{
	height:55px;
	font-size:35px;
	padding-top:5px;
	text-align:center;
	color:white;
	position:relative;
	float:right;
}
.navNormal:hover{
	background: rgba(255,255,255,0.5);
	background: -moz-radial-gradient(center bottom, circle farthest-side, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, rgba(255,255,255,0.5)), color-stop(0.25, rgba(255,255,255,0)));
	background: radial-gradient(circle farthest-side at center bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:rgba(255,255,255,0.75);
}