#iconselect, #iconselect2 {
	background:url(../images/select.png) no-repeat;
	height: 25px;
	width: 126px;
	font: 13px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0;
}
.selectitems, .selectitems2 {
	width:116px;
	height:16px;
	border-bottom: dashed 1px #ddd;
	padding-left:10px;
	padding-top:2px;
}
.selectitems span {
	margin-left: 0px;
}
#iconselectholder, #iconselectholder2 {
	width: 126px;
	overflow: auto;
	display:none;
	position:absolute;
	background-color:#FFF5EC;
}
.hoverclass, .hoverclass2{
	background-color:#EB6C43;
	curson:hand;
}
.selectedclass, .selectedclass2{
	background-color:#EB6C43;
}