.iconselect {
	position: relative;
	width: 100%;
	border: 1px solid #00aeef;
	background: #FFF;
	color: #00aeef;
	z-index: 1;
	float: left;
	display: inline;
 	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	background: url("../images/select_arrow.gif") 100% 3px no-repeat;
}
.selectitems {
	padding: 3px;
	background: #fff;
}
.selectitems span {
	
}
.iconselectholder {
	top: 25px; left: 0px;
	overflow: auto;
	display: none;
	/*position: absolute;*/
	background-color:#fff;
	border: 1px solid #00aeef;
	z-index: 1000;
}
.hoverclass{
background-color: #00aeef; color: #fff;
cursor:hand; cursor: pointer;}
.selectedclass{
	background-color:#00aeef; color: #fff;
}