/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container {
  border: 2px solid #032c48;
  color: white;
  font-size: 12px;
  font-weight:bold;
  padding: 0;
  height: 15px;
  width: 119px;
  margin-left:23px;
  margin-top:12px;
  font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
  line-height:12px;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
    background-image: url("../images/arsenal/dropdown_arrow_attacks.jpg");
    background-position: 99px -2px;
    background-repeat: no-repeat;
    height: 15px;
    padding-left: 5px;
    width: 119px !important;
}
  .dk_toggle:hover {
   
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    
  }
  .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: 10;
}
  .dk_open .dk_toggle {

  }

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

}
  .dk_options a {
  margin-left: -36px;
  padding-left:5px;
  padding-bottom:3px;
  padding-top:3px;
}
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options li{
    
  }
  .dk_option_current a {
    text-decoration: none;
	background-color: #0a568a;
  }
  
  .dk_options a:hover {
	text-decoration: none;
	background-color: #0a568a;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  min-height: 50px;
  background-color: #032C48;
  margin-top:2px;
  margin-bottom:0px;
  text-align:left;
  margin-left:-2px;
  width:84px !important;
  padding-left:35px;
  border: 2px solid #032C48;
}

/* 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 {
  display: none;
  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_label {
	line-height:18px;
}
.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;
  }

.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 ******/


/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
#dk_container_slugAttackList {
  border: 2px solid #032c48;
  font-family: 'Trebuchet MS',verdana,helvetica,sans-serif;
  color: #ffae00;
  font-size: 12px;
  font-weight:bold;
  padding: 0;
  height: 19px;
  width: 165px;
  margin-left:19px;
  margin-top:12px !important;
  padding-bottom:0px!important;
}
 .dk_theme_slugattack_theme .dk_container:focus {
    outline: 0;
  }
 .dk_theme_slugattack_theme .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */

#dk_container_slugAttackList .dk_toggle {
    background-color: #1A6B81;
    background-image: url("../images/arsenal/arsenal_attack_dropdown_arrow.jpg");
    background-position: 144px 0px;
    background-repeat: no-repeat;
    height: 19px !important;
    padding-left: 8px !important;
    padding-top: 0px;
    width: 157px !important;
	line-height:19px;
}
 .dk_theme_slugattack_theme .dk_toggle:hover {
   
  }
  /* Applied when the dropdown is focused */
 .dk_theme_slugattack_theme .dk_focus .dk_toggle {
    
  }
 .dk_theme_slugattack_theme .dk_focus .dk_toggle {

  }

/* Applied whenever the dropdown is open */
.dk_theme_slugattack_theme .dk_open {
  
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
  .dk_open .dk_toggle {

  }

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

}
 #dk_container_slugAttackList .dk_options a {
    margin-left: 0px;
	padding-left:0px!important;
	padding-bottom:4px;
}
 #dk_container_slugAttackList .dk_options li:last-child a {
    border-bottom: none;
	
  }
 
 #dk_container_slugAttackList .dk_options li{
    border-bottom:1px dotted white;
	width:145px!important;
  }
  #dk_container_slugAttackList .dk_options li:last-child{
    border-bottom:none!important;
	width:145px!important;
  }
#dk_container_slugAttackList  .dk_option_current a {
    text-decoration: none;
	background:none!important;
  }
  
 #dk_container_slugAttackList .dk_options a:hover {
	text-decoration: none;
	color: #ffae00;
	background:none!important;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
#dk_container_slugAttackList .dk_options_inner {	
  min-height:120px;	
  max-height: 350px;
  background:rgba(13,65,83,0.95);
  margin-top:2px;
  margin-bottom:0px;
  border: 2px solid #oa2231;
  text-align:left;
  line-height: 18px;
  width:157px !important;
  color:white;
  letter-spacing:0.06em!important;
  padding-left:8px !important;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 350px;
}

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