#trNav {
	width:880px;
}

#MusagoForm { position: relative; }

.mfNavItem {
	float: left;
	width: 218px;
	/* width: 174px; */
	background: #D3D3D3;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.mfNavItemSelected {
	background: #a3238e;
	color: #fff;
}

.mfNavItemComplete {
	background: #c39d6c;
	color: #fff;
	cursor:pointer;
}

.mfNavItemLocked {
	background: #c39d6c;
	color: #fff;
}

.mfNavItem span {
	font-weight: normal;
	font-size: 13px;
}

#mfContent {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}