/* Plots header CSS */
#navwrapper {
	background-color: #f4e39b;
}

	#navwrapper #navigation ul li a {
		border-bottom: 1px solid #e1ad40;
	}

	#navwrapper #navigation ul li a:hover {
		background-color: #f4e39b;
	}
		
	#navwrapper #navigation ul li#active a#current {
		background-color: #e1ad40;
	}