.main_menu{
	height: 36px;
	width: 752px;
	margin-left: 12px;
}
.menu_item{
	float: left;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 148px;
	height: 26px;
	padding-top: 9px;
}
.menu_item a{
	color:#fff;
	text-decoration: none;
	padding: 8px
}
.divider{
	float: left;
	width: 2px;
	height: 38px;
	background: url(../images/mainNav_divider.png);
}

