@charset "utf-8";
/* CSS Document */

#nav {
	list-style: none;
	font-size: 1.2em;
	position: absolute;
	left: 340px;
	bottom: 5px;
}

	#nav li {
		float: left;
	}
	
	#nav a {
		display: block;
		padding: 0.5em 1em;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	#nav a:hover {color: #FFF777;}
	
	