@charset "UTF-8";

.dropdown {
	position: absolute;
	z-index: 999;
}

.dropdown_header,
.dropdown_header span {
	background-image: url('../images/dropdown.png');
	background-repeat: no-repeat;
	height: 25px;
}

.dropdown_header {
	position: relative;
	background-position: left top;
	margin-right: 25px;
}

.dropdown_header span {
	position: absolute;
	right: -25px;
	display: block;
	background-position: right top;
	width: 25px;
}

.dropdown_wrapperA,
.dropdown_wrapperB {
	background: #f42837 url('../images/dropdown_repeat.gif') repeat-y left top;
	overflow: hidden;
}

.dropdown_wrapperB {
	background-color: transparent;
	background-position: right top;
}

.dropdown_content {
	padding: 10px 12px 0;
	font: normal 12px/14px "Times New Roman", Times, serif;
	color: #fff;
	overflow:auto;
}
#av .dropdown_content { height: 320px; }

.dropdown_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dropdown_content li {
	border-top: 1px dotted #fff;
	overflow: hidden;
}

.dropdown_content li.first { border: none; }

.dropdown_content a {
	display: block;
	padding: .5em .5em;
	_height: 1%;
	color: #fff;
	text-decoration: none;
}

.dropdown_content a:hover { background-color: #db232f; }

.dropdown_footer,
.dropdown_footer span {
	background-image: url('../images/dropdown.png');
	background-repeat: no-repeat;
	height: 25px;
}

.dropdown_footer {
	position: relative;
	background-position: left bottom;
	margin-right: 25px;
}

.dropdown_footer span {
	position: absolute;
	right: -25px;
	display: block;
	background-position: right bottom;
	width: 25px;
}

#dropdown_home_question {
	top: 234px;
	width: 377px;
}

#dropdown_age_month,
#dropdown_age_day,
#dropdown_age_year { top: 287px; }

#dropdown_age_month { width: 89px; }

#dropdown_age_day { width: 53px; }

#dropdown_age_year { width: 66px; }
