.juiceSelect,
.juiceSelectLabel,
.juiceSelectGroup,
.juiceSelectGroup a,
.juiceSelectHeading,
.juiceSelectSeperator {
	position: relative;
}
.juiceSelect {
	float: left;
	border: 1px solid #fff;
	border-bottom: 0;
	padding: 4px 24px 4px 9px;
	background: white url(/images/dropdown/arrow.gif) center right no-repeat;
	cursor: pointer;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.juiceSelect.active,
.juiceSelectOptions {
	border-color: #C9D7F1 #3366CC #3366CC #A2BAE7;
}
.juiceSelectLabel {
	float: left;
	background-color: white; /* Smoother fade in IE6 */
}
.juiceSelectHeading {
	padding: 0 5px 5px;
	font-weight: bold;
}
.juiceSelectGroup {
	margin-bottom: 5px;
	background: white;
	padding: 5px 3px 0;
}
.juiceSelectSeperator {
	border-bottom: 1px solid #C9D7F1;
	margin: 0 5px;
}
.juiceSelectOptions {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	width: 140px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.juiceSelectOptions a {
	display: block;
	padding: 2px 5px;
	cursor: pointer;
	color: #0000CC;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.juiceSelectOptions a:hover {
	background: #3366CC;
	color: #fff;
}
