.m1_line_01 {
	position: relative;
	display: inline;
	float: left;
	width: 1px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: #000000;
}

a.m1_button_01 {
	position: relative;
	display: inline;
	float: left;
	height: 34px;
	width: 128px;
	text-decoration: none;
}

a.m1_button_01 span.title {
	position: relative;
	display: block;
	height: 30px;
	width: 128px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:29px;
}

a.m1_button_01 span.bottom_1, a.m1_button_01 span.bottom_2, a.m1_button_01 span.bottom_3, a.m1_button_01 span.bottom_4, a.m1_button_01 span.bottom_5, a.m1_button_01 span.bottom_6, a.m1_button_01 span.bottom_7 {
	display: block;
	height: 3px;
	width: 128px;
	cursor: pointer;
}

a.m1_button_01 span.bottom_1 {
	background: #7B2E00;
}
a.m1_button_01 span.bottom_2 {
	background: #005B7F;
}
a.m1_button_01 span.bottom_3 {
	background: #7D4900;
}
a.m1_button_01 span.bottom_4 {
	background: #827A00;
}
a.m1_button_01 span.bottom_5 {
	background: #00593C;
}
a.m1_button_01 span.bottom_6 {
	background: #3F6618;
}
a.m1_button_01 span.bottom_7 {
	background: #790000;
}

a.m1_button_01:hover span.bottom_1 {
	background: #F46200;
}
a.m1_button_01:hover span.bottom_2 {
	background: #008BE8;
}
a.m1_button_01:hover span.bottom_3 {
	background: #EC9400;
}
a.m1_button_01:hover span.bottom_4 {
	background: #F4C400;
}
a.m1_button_01:hover span.bottom_5 {
	background: #00C192;
}
a.m1_button_01:hover span.bottom_6 {
	background: #00C600;
}
a.m1_button_01:hover span.bottom_7 {
	background: #DF0000;
}

a.m1_button_01 span.blank {
	display: block;
	height: 3px;
	width: 128px;
	cursor: pointer;
}

a.m1_button_01 span.line {
	display: block;
	height: 1px;
	width: 128px;
	cursor: pointer;
}

a.m1_button_01:hover span.title {
	color: #FDC689;
}
