#menu_c {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}

#menu_01 {
	background-image: url(../img/construction/menu_01.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 570px;
}

#menu_03 {
	background-image: url(../img/construction/menu_03.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 570px;
}

#nav_c {
	width: 570px;
	height: 38px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image: url(../img/construction/menu_02.gif);
	background-repeat: repeat-y;
	padding-top: 2px;
}

#nav_c ul {
	text-align: center;
  }
  

#nav_c li {
	display: inline;
	list-style-type: none;
	text-align: center;
  }
  
