div.selectbox-wrapper {
    position:absolute;
    width:auto;
    background-color:white;
    border:1px solid #ccc;
    margin: -4px 0px 0px 93px;
    padding: 0px 10px 0px 0px;
    font-size:0.8em;
    text-align:left;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width: 160px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #F2F2F2;
  color: #db842f;
  font-weight: bold;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border-top:1px solid #E0E1E3;
cursor:pointer;
font-family:"Arial Unicode MS",Arial,sans-serif;
margin-bottom:0;
padding:7px 8px;
position:relative;
font-size: 14px;
width: auto;
}

div.selectbox-wrapper ul li:hover {
	color: #db842f;
}

.selectbox { /* look&fell of  select box*/
  margin: 5px;
  padding: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  width : 150px; 
  display: inline-block;
  text-align: left;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  /*background: transparent url(../img/layout/dropdown.png) repeat scroll left top;*/
  background-image: url(../img/layout/dropdown.gif);
  background-repeat: no-repeat;
  /*background-position: right -156px;*/
  background-position: left 0px;
  height: auto;
  cursor: pointer;
  border: 1px solid #C5C5C5;
  color: #000000;
}

.selectbox:hover {
	background-position: left -33px;
}

.selectbox_hover {
	background-image: url(../img/layout/dropdown.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
}

/*.selectbox1  look&fell of  select box
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  height:18px;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

select {
	background: url('bg_select.png') right;
}
*/

