
/* One container to bind them... */
.dk_container
{
	background: #630708;
	font-size: 1em;
	line-height: 2.7143em;
	border-radius: 2px;
}
	.dk_container:focus
	{
		outline: 0;
	}
	.dk_container a {
		cursor: default;
		text-decoration: none;
	}

/* Opens the dropdown and holds the menu label */
.dk_toggle
{
	color: #fff;
	width: 100%;
}
	.dk_toggle:hover
	{
	}
	.dk_toggle .dk_label
	{
		padding-left: 1em;
	}

  /* Applied when the dropdown is focused */
.dk_focus .dk_toggle
{
}

.dk_icon
{
	background: url("../../Gfx/Frontpage/DropdownArrow.png") no-repeat scroll center center #630708;
	border-left: 1px solid #550506;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.4285em;
	border-radius: 0 2px 2px 0;
}

/* 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_toggle.wrong + .dk_options
	{
		margin-top: -6px;
	}

	.dk_options a
	{
		background: #630708;
		border-bottom: 1px solid #550506;
		height: 2.7143em;
		text-indent: 1em;
		overflow: hidden;
	}

	.dk_options a.disabled, .dk_options a.disabled:hover
	{
		color: gray;
	}

	.dk_options li:last-child a
	{
		border-bottom: none;
	}
	.dk_options a:hover,
	.dk_option_current a {
		background: #550506;
		color: #ffb033;
		text-decoration: none;
	}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner
{
	overflow: hidden;
}

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

/******  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_options
{
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	box-shadow: 7px 7px 10px -5px black;
}
	.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;
}

/* Scroll bar */

.dk_options .jspVerticalBar
{
	width: 2.4285em;
	background: #630708;
	border-left: 1px solid #550506;
}

.dk_options .jspTrack
{
	background: #630708;
}

.dk_options .jspDrag
{
	background: #500607;
}

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