
.opt {
	clear: both;
	float: left;
	margin-bottom: 5px;
	height: 12px;
	width: 110px;
	background: url('../images/small_arrow.jpg') no-repeat 0px 3px;
	padding: 0 0 0 10px;
}
.opt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: #231F20;
}
.opt a.nav-on {
	font-weight: bold;
}

* html .opt {
	disply: inline;
}