
nav{
	width:100%;
	float:left;
	background: url("nav_background.png");
}

nav ul {
	margin: 0 auto;
	list-style:none;
	width: 940px;

}

nav ul li{
	display: inline-block;
	margin-right: 5px;
	width: 140px;
}

nav ul li a{
	Font-size: 16pt;
	line-height: 44px;
	text-decoration: none;
	color: #cccccc;
	text-align: center;

}