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

#nav {
	list-style: none;
	padding: 0 3em;
}

	#nav li {
		float: left;
	}
	
	#nav li a {
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		height: 44px;
		line-height: 44px;
	}
	
	#nav li a:hover {
		text-decoration: underline;
	}
	
	#nav li.home a { width: 5em;}
	#nav li.cottage a { width: 10em;}
	#nav li.wines a { width: 10em;}
	#nav li.gallery a { width: 8em;}
	#nav li.contact a { width: 6em;}