div.selectbox-wrapper {
  position:absolute;
  width:120px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.9em;
  text-align:left;
  /* max-height:200px;  Taking out because not scrolling correctly in Safari*/
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 7px 0px;
  padding:4px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.9em;
  width : 145px;
  display : block;
  text-align:left; 
  background: url('../img/left_nav_2/bg_select2.png') right;
  height:24px;
  cursor: pointer;
  border:0px solid #D1E4F6;
  color:#444444;
}

select {
	/* Removing this for now becuase was cuasing the select menus in the product search to show a green drop down image */
	/* background: url('../img/left_nav/bg_select.png') right; */
}

