.dk_container {
  background-color: #dddedf;
  font-size: 12px;
  line-height: 20px;
  margin-top:13px;
  margin-left:0px;
}

.dk_container:focus {
  outline: 0;
}

.dk_container a {
  cursor: pointer;
  text-decoration: none;
  color:#405a25;
  font-size:12px;
}

.dk_toggle {
  background:url(/Templates/Default/Images/select.png) no-repeat center right;
  width:176px;
  height:20px;
  border:1px #c1c1c0 solid;
}

.dk_toggle .dk_label{
  padding-left:6px;
}

.dk_toggle:hover {
  border-color: #c1c1c0;
}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #c1c1c0;
}
.dk_focus .dk_toggle {

}

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 14;
}
.dk_open .dk_toggle {
  background-color: #dddedf;
  border:1px c1c1c0 #c1c1c0;
  color:#5b5739;
}

/* The outer container of the options */
.dk_options {
}

.dk_options a {
  border-bottom: 1px c1c1c0 #c1c1c0;
  padding-left:10px;
  background:#dddedf;
}

.dk_options li:last-child a {
  border-bottom: none;
}

.dk_options a:hover,
.dk_option_current a {
  background:url("/Templates/Default/Images/menu_hover.jpg") repeat-x scroll center top transparent !important;
  color: #fff;
  text-decoration: none;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #c1c1c0;
  color: #333;
  max-height: 250px;
}
.dk_options_inner li{
  border-top:1px solid #c1c1c0; 
}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {

  float: left;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
    list-style:none;
    padding:0;
    margin:0;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/
