#mainNav li {
	font-family: 'NeoSansPro-Regular', sans-serif;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	}
	
#mainNav li a {
	color: #fff;
	line-height: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	font-weight: bold;
	font-family: 'NeoSansPro-Light', sans-serif;
}


#mainNav li a:hover {
	
	color: #ed1d24;
	text-decoration: none;
}


ul#mainNav
{
	height: auto;
}