div.selectbox-wrapper {
  text-align:left;
  overflow: hidden;
  z-index:2000;
  cursor:hand;
  cursor:pointer;

  margin-left:auto;
  margin-right:auto;

 
}

div.selectbox-wrapper ul {
  position:absolute;
  /*background:transparent url(img/dropdownback.gif) repeat-y;*/  
  list-style-type:none;
  z-index:2000;
  width:184px;
  margin-top:0px;
  padding-bottom:0px;
  padding-top:0px;
  margin-left:-5px;
  margin-top:0px;
  float:left;
  cursor:hand;
  cursor:pointer;



  
}
div.selectbox-wrapper ul li.selected { 
  padding-left:10px;
  margin-left:0px;   
  padding-right:10px;  
  width:164px;
  color:#ffcc33;
  background:transparent url(img/selectlistback.png) repeat-y;    
  float:left;
}
div.selectbox-wrapper ul li.current { 
  padding-left:10px;     
  margin-left:0px;
  padding-right:10px;  
  width:164px;   
  color:#ffcc33;
  background:transparent url(img/selectlistback.png) repeat-y;  
  float:left;    
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  cursor:hand;
  cursor:pointer;
  margin-left:0px;
  padding-left:10px;   
  padding-right:10px;  
  width:164px;  
  color:#ffffff;
  background:transparent url(img/selectlistback.png) repeat-y;
  float:left;
  behavior: url(iepngfix.htc);  
}

.selectbox /* look&fell of  select box*/
{

  text-align:left; 
  height:22px;
  cursor: hand;
  cursor:pointer;
  margin-top:15px;
  float:right;

  padding:0px;
  width:174px;
  margin-right:3px;

  

  background:transparent;

  border:0px;
  color:#ffffff;
  font-weight:bold; 
  font-family:arial;
  font-size:14px; 
  display:inline; 
  overflow-x:hidden;           
}

.selectboxcontainer {
  background:transparent;
  width:215px;
  padding-left:25px;
  float:left;

  cursor:hand;
  cursor:pointer;

}

#topimg {
  list-style-type:none;
  display:inline;;
  margin-top:0px;  
  margin-left:0px;
  padding-left:0px;   
  width:184px;  
  color:#ffffff;
  height:10px;
  background:url(img/selectlistbacktop.jpg) no-repeat;
  float:left;
  line-height:1px;
  font-size:1px;
  margin-top:-10px;
  position:relative;
}

#bottomimg {
  list-style-type:none;
  display:inline;
  margin-left:0px;
  padding-left:0px;   
  width:184px;  
  color:#ffffff;
  height:17px;
  background:url(img/selectlistbackbottom.png) no-repeat;
  float:left;
  line-height:1px;
  font-size:1px;
  behavior: url(iepngfix.htc);    
}

.arrow {
  width:38px;
  height:35px;
  float:right;
  margin:0px;
  padding:0px;
  border:0px;
  cursor:hand;
  cursor:pointer; 
  background:transparent; 
  color:#373737;
  padding-top:17px;
  
}



