
#navPad {
	margin-top: 328px;
	}
	
#homePad {
	margin-top: 253px;
	}



#navigation {
	margin: 0;
	padding: 0;
	background-color: #a9d307;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 40px;
	}

#navigation ul{
	list-style: none;
	margin: 0;
	margin-left: 5.5em;	
	}

#navigation ul li {
	float: left;
	}

#navigation ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .5em 1em .5em 1em;
	font-size: 17px;
	font-weight: bold;
	}

/* CLEAR FIX HACK **************************/
/* http://www.bigbold.com/snippets/posts/show/1728 */
/* Hacks/Misc */
.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .cf {height: 1%;}