
#mm-half-1 {
	float: left;
	width: 110px;
}

#mm-half-2 {
	float: left;
	margin-left: 10px;
	width: 110px;
}

.opt, .opt-on {
	clear: both;
	float: left;
	width: 114px;
	height: 20px;
	padding: 2px 0 1px 0;
	background: url('images/bg_dots_white.gif') repeat-x left bottom;
	/*border-bottom: 1px dotted #fff;*/
}
.opt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff17f;
	padding: 0 0 0 15px;
}
.opt a:hover {
	text-decoration: none;
	color: #fff;
}
* html .opt, * html .opt-on {
	padding: 4px 0 1px 0;
}

.opt-on {
}

.opt-on a {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 15px;
	background: url('../img/nav_circle.gif') no-repeat 0px 1px;
}
.opt-on a:hover {
	text-decoration: none;
}

* html #mm-half-2 { 
	display: inline;
}