.select-option {
	padding: 0px 5px; line-height: 30px; white-space: nowrap; cursor: pointer; min-height: 30px; _height: 30px;
}
.select-option.selected {
	color: rgb(255, 255, 255); background-color: rgb(63, 165, 236);
}
.select-option:hover {
	color: rgb(255, 255, 255); background-color: rgb(68, 199, 244);
}
.select {
	line-height: 30px; overflow: hidden; display: inline-block; position: relative;
}
.select i {
	background: url("../images/xiala.gif"); top: 0px; width: 24px; height: 100%; text-align: center; right: 0px; color: rgb(102, 102, 102); line-height: 30px; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; position: absolute; text-shadow: 0px 1px 0px #fff;
}
.select-options {
	-ms-overflow-x: hidden;
}
.select-option i {
	margin-right: 5px;
}
.menu {
	background: 0px 0px rgb(255, 255, 255); border-radius: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; display: none; position: absolute; z-index: 10000; box-shadow: 2px 2px 1px #efefef;
}
.menu-content {
	width: 100%; height: 100%; overflow: hidden;
}
