﻿.jQueryDropDown {
	position: relative;
	display: inline;
	float: right;
	margin: 0 21px 0 0;
	width: 150px;
	height: 25px;
	background: url(images/jQueryDropDownList/jQueryDropDown.gif) no-repeat;
}
	html > body .jQueryDropDown { height: 27px; background-image: url(images/jQueryDropDownList/jQueryDropDown.png);  }
	
.jQueryDropDown.active { background-image: url(images/jQueryDropDownList/jQueryDropDown_active.gif); }
	html > body .jQueryDropDown.active { background-image: url(images/jQueryDropDownList/jQueryDropDown_active.png); }

.jQueryDropDown .selectedText {
	position: absolute;
	padding: 5px 0 0 10px;
	font: 12px Arial;
	color: #FFFFFF;
}

.jQueryDropDown .selectOpenIcon {
	position: absolute;
	left: 150px;
	width: 21px;
	height: 25px;
	cursor: pointer;
	background: url(images/jQueryDropDownList/selectOpenIcon_closed.gif) no-repeat;
}
	html > body .jQueryDropDown .selectOpenIcon { height: 27px; background-image: url(images/jQueryDropDownList/selectOpenIcon_closed.png); }

.jQueryDropDown.active .selectOpenIcon { background: url(images/jQueryDropDownList/selectOpenIcon_opened.gif) no-repeat; }
	html > body .jQueryDropDown.active .selectOpenIcon { background-image: url(images/jQueryDropDownList/selectOpenIcon_opened.png); }

.jQueryDropDown .selectedText { cursor: pointer; }

.jQueryDropDown .options {
	z-index: 10000;
	position: absolute;
	display: none;
	margin: 25px 0 0 0;
	background: url(images/jQueryDropDownList/options.gif) no-repeat bottom left;
}
	html > body .jQueryDropDown .options { margin-top: 27px; background-image: url(images/jQueryDropDownList/options.png); }

.jQueryDropDown ul {
	padding: 5px 0 5px 10px;
	width: 160px;
	font: 11px Arial;
	background: url(images/jQueryDropDownList/list.gif) no-repeat bottom right;
}
	html > body .jQueryDropDown ul { background-image: url(images/jQueryDropDownList/list.png); }

.jQueryDropDown ul li {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	list-style-type: none;
}

.jQueryDropDown ul a {
	position: relative;
	display: block;
	color: #666666;
	font: bold 1.00em Arial;
	text-decoration: none;
	cursor: pointer;
}

.jQueryDropDown ul li a:hover { color: #FFFFFF; }
.jQueryDropDown ul li:hover { color: #FFF; }