/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:300px;
  background-color:white;
  border:1px solid #ccc;
  margin: -1px 0 0 0;
  padding: 0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB !important;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4 !important;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
	background: none !important;
  list-style-type:none !important;
  display:block;
  margin:0 !important;
  padding: 2px 10px !important;
  cursor:pointer !important;
  font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px !important;
	color: #333333 !important;
}

/* Look and feel of select box */
.selectstyle {
  width : 300px; /* Resize Width */
  height: 30px;
  line-height: 30px;
  display : block;
  text-align:left;
  font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
  background: url('bg_select.jpg') no-repeat left top;
  cursor: pointer;
  border: none;
  color:#333;
  padding-left: 10px;
}

.selectstyle1 {
  width : 329px; /* Resize Width */
  height: 30px;
  line-height: 30px;
  display : block;
  text-align:left;
  font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	background: url(Business-Activity.jpg) no-repeat left top;
  cursor: pointer;
  border: none;
  color:#333;
  padding-left: 10px;
}

