.header{
	width: 971px;
	margin: 0px auto;
}
.menu{
	width: 971px;
	margin: 0px auto;
	background: #fff URL("../../Static/Images/Menu.jpg") top center no-repeat;
	font-family: Arial;
	font-size: 14px;
	height: 43px;
	
}
.menu ul{
}
.menu ul li{
	display: inline;
	line-height: 43px;
	float: left;
	width: 161px;
	text-align: center;
	border-left: 1px solid #f06433;
}
.menu ul li:first-child{
	border: 0px;
}
.menu a{
	color: #f06433;
}
.menu a:hover{
	color: #000;
}