#sosuo2, #sosuo3  {
	position: relative;
}
.inputmenu {
	width: 258px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #8F8F8F;
	border-top: none;
	background: #fff;
	text-align: left;
	font-size: 12px;
}
#sosuo2 .inputmenu a , #sosuo3 .inputmenu a {
	font-size: 12px;
	color: #363837;
	text-decoration: none;
}
.menubar1 {
	background: #EDEDED;
	border: 1px solid #fff;
	border-top: none;
	line-height: 22px;
	padding: 0 7px;
	font-size: 12px;
	font-weight: bold;
}
.menubar1 span {
	float: right;
	font-weight: normal;
	color: #5C5C5C;
}
.menubar1 span a {
	color: #363837;
}
.menubar1 span a:hover {
	color: #707070;
}
.inputmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 100px;
	height: expression(this.scrollHeight > 100? "100px" : "auto" );
	line-height: 20px;
	border-top: 1px solid #d3d3d3;
	scrollbar-face-color: #EBEBEB;
	scrollbar-base-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #8F8F8F;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #F7F7F7;
}
.inputmenu ul li a {
	display: block;
	height: 1%;
	padding: 0 7px;
	margin: 0 1px;
}
.inputmenu ul li a:hover {
	background: #f4f4f4;
}
.inputmenu ul li span {
	float: right;
	cursor: pointer;
	color: #5C5C5C;
}
.inputmenu ul li strong {
	color: #FF7800;
	font-weight: bold;
}
.menubar2 {
	line-height: 24px;
	border-top: 1px solid #D9DADA;
	margin: 0 3px;
	padding: 0 7px;
	font-weight: bold;
}
.inputmenu .menubar2 a {
	float: right;
	background: url(../image/icon_t.gif) no-repeat left 6px;
	padding: 0;
	margin: 0;
	padding-left: 14px;
}
.inputmenu .menubar2 a:hover {
	background: url(../image/icon_t.gif) no-repeat left 6px;
}
.sarrow { margin-left: -24px; margin-right: 8px}
