
	#nav{
		width: 20000px;
		margin-left: auto;
		margin-right: auto;
	
		}

	#nav a{
		text-decoration: none;
		color: #072c6c;
		background-color: white;
		width: 200px;
		display: block;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;

		}

	#nav .active {
		background-color: lightblue;
		}

	#nav a:hover {
		background-color: lightblue;

		}

	.clearfloat{
		clear: both;
		}