#filter-select {
	width: 150px;
	float: left;
	margin-top: 4px;
	margin-left:6px;
	}

/* rought form styles for when JS is disabled */

#filter-select form {
	width: 150px;
	padding: 0;
	}

#filter-select select,
#filter-select input {
	display: inline;
	padding: 0;
	margin: 0;
}



/* 2222 */
#filter-select-2 {
	width: 150px;
	float: left;
	margin-top: 4px;
	margin-left:6px;
	}

/* rought form styles for when JS is disabled */

#filter-select-2 form {
	width: 150px;
	padding: 0;
	}

#filter-select-2 select,
#filter-select-2 input {
	display: inline;
	padding: 0;
	margin: 0;
}
	
/* JS-created definition list */

.dropdown dd, .dropdown2 dd { position: relative; }

.dropdown a, .dropdown2 a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 130px;
	overflow: hidden;
	}

.dropdown dt a, .dropdown2 dt a {
	border: 1px solid #7c6d72;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #7c6d72;
	}

	.dropdown dt a.active, .dropdown2 dt a.active {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	color: #fff;
	background-color: #7c6d72;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c6d72;
		}

.dropdown dd ul, .dropdown2 dd ul {
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	background-color: #8b7d82;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8b7d82;
	border-right-color: #8b7d82;
	border-bottom-color: #8b7d82;
	border-left-color: #8b7d82;
	}

	.dropdown dd ul li a, .dropdown2 dd ul li a {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span, 
	.dropdown2 dd ul li a span,
	.dropdown2 dt a span {
	float: left;
	width: 2px;
	height: 11px;
	margin: 2px 2px 0 0;
	cursor: pointer;
		}


	.dropdown dd ul li a em,
	.dropdown dt a em,
	.dropdown2 dd ul li a em,
	.dropdown2 dt a em  {
		font-style: normal;
		float: left;
		width: 100px;
		cursor: pointer;
		}

	.dropdown dd ul li a em, .dropdown2 dd ul li a em {
	color: #FFF;
		}

		.dropdown dd ul li a:hover, .dropdown2 dd ul li a:hover {
	background-color: #944f9a;
}
		.dropdown dd ul li a:hover em, .dropdown2 dd ul li a:hover em { color: #fff; }
