div.selectbox-wrapper {
    position:absolute;
    width:86px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    margin-top:0px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:auto;
   overflow: auto;
   top:0px;
   left:240px;
}
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;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#5e5e5e;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  
  padding-left:4px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#5e5e5e;
  width : 86px; 
  display : block;
  text-align:left;
  height:22px;
  background: url(../images/path.png) no-repeat right top;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  float:left;
  position:relative;
  top:-20px;
  left:240px;
  text-indent:6px;
}

select {
	background: url('../../../demo.templateworld.com/dynamic-css-websites/nibula-hosting/css/path.html') right;
}

