.combox {
	background: url("../images/sljt1.jpg") no-repeat 95% center ;
	border: 1px solid #ccc;
	cursor: default;
	height: 26px;
	line-height: 26px;
	width: 132px;
	float:left;
	border-radius:5px;
}

.combox .select {
	float: left;
	width: 100%;
}

.combox .select span {
	background-position: 100% -50px;
	display: block;
	float: left;
	line-height: 28px;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	font-size: 14px;
	padding-left: 5px;
	width: 100%;
}

.comboxop {
	display: none;
	position: absolute;
	z-index: 1001;
	position: absolute;
	width: 85px;
	background: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.comboxop li {
	text-align: left;
	border-bottom: 1px solid #aaa;
	height: 28px;
	white-space: nowrap;
}

.comboxop li span {
	line-height: 28px;
	cursor: default;
	font-size: 14px;
	padding-left: 5px;
	mode:nowrap;
}