ul#nav {
	list-style-type: none;
	overflow: hidden;
	margin: auto;
	font-family: OpenSansRegular, Arial;
	font-size: 1.20em;
}
ul#nav li {
	width:100px;
	text-align:center;
	background-color:#FFF;
	float:left;
	cursor:pointer;
	border-right: 1px solid #CCC;
	color: #629979;
	height: 15px;
	line-height: 15px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	overflow:hidden;
}
ul#nav li:last-child {
	border-right: 0;
}
ul#nav li:hover {
	color: #999;
}
