#states_quickdrop{
  float:left;
  cursor:pointer;
  height:30px;
  width:170px;
  background:url('images/QD_bg.gif');
  border-bottom:1px solid #bbb;
  overflow:hidden;}

#states_quickdrop .title{
  font-size:18px;
  font-family:'arial';
  color:#999;
  text-align:right;
  padding-top: 5px;}

#states_quickdrop .handle{
  width:34px;
  height:30px;
  float:right;
  margin-left:5px;
  background:url('images/QD_arrow.gif') 68px top;}

#states_quickdrop.over .handle{
  background:url('images/QD_arrow.gif') 34px top;}

DIV.QD_popup{
  border:1px solid #bbbbbb;
  background:#FFF url('images/QD_popup.gif') repeat-x;
  padding:0;}

DIV.QD_popup UL,DIV.QD_popup LI{
  margin:0;
  padding:0;}

DIV.QD_popup LI{
  display:block;
  padding:2px;
  border-bottom:1px solid #bbb;}

DIV.QD_popup LI A, DIV.QD_popup LI A:hover{
  font-size:16px;
  font-weight:bold;
  color:#999;
  padding-left:5px;
  text-decoration:none;
  display:block;
  background:url('images/QD_link_bg.gif');}

DIV.QD_popup LI A:hover{
  background:url('images/QD_hover_bg.gif');}
