.mmt {
	width: 100%;
	height: 46px;
	margin: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #FDF6DA;
}

.mmi_passive,.mmi_active,.mm_devide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
}

.mmi_passive,.mmi_active {
	cursor: pointer;
	border-left: 1px solid #FDF6DA;
	border-right: 1px solid #000;
}

.mmi_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FDF6DA;
	font-weight: bold;
	background:#333333;
	text-decoration:underline;
}

.mm_devide {
	padding-left: 0px;
	padding-right: 0px;
}

.smt {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background: #9C9C9C;
}

.smi_passive,.smi_active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;

	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	cursor: pointer;
}

.smi_passive {
	color:#000000;
}

.smi_active {
	color: #303030;
	background: #FFFFFF;
}