#mo {
	display:inline-block;
	clear:all;
	font-size:0.8em;
	text-align:left;
	height:auto;
	margin-top:40px;
	margin-left:26px;
	border-left:#86d65f 1px solid;
}
.mocol {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:228px;
	height:400px;
	border-right:#86d65f 1px solid;
}
.mocol_head {
	width:auto;
	padding:2px 12px 2px 8px;
	color:#ffffff;
	font-size:1em;
	display:block;
	border-top:#86d65f 1px solid;
	border-right:#86d65f 1px solid;
	border-bottom:#86d65f 1px solid;
}


.mocol li, .mocol ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li.mo, li.mo_on {
	margin:0;
	padding:0;
	list-style-type:none;
}

li.mo a,
li.mo_on a {
	padding:2px 0px 2px 18px;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	display:block;
}

li.mo_on a {
	color:#ffffff;
	background:url(mo_arrow_left_on.png) left center no-repeat;
}

li.mo a:link, 
li.mo a:visited {
	color:#ffffff;
	background:url(mo_arrow_left.png) left center no-repeat;
}

li.mo a:hover, 
li.mo a:active,
li.mo_on a:link,
li.mo_on a:visited,
li.mo_on a:hover, 
li.mo_on a:active {
	color:#000;
	text-decoration:none;
	background:url(mo_arrow_left_on.png) left center no-repeat;
}