#dropdown {
	border: 1px solid #476c7a;
	margin:25px 0 0; padding: 0;
	width: 570px;
	position: absolute;
	background: #fff;
}
#dropdown ul, #dropdown h3, #dropdown li {
	margin: 0; padding: 0;
}
#dropdown h3 {
	background: #ccc;
	padding: 5px 10px;
	margin: 0;
	position: relative;
	outline: none;
	border-bottom: 1px solid #333;
	color: #333;
	padding-right:29px;
	line-height: 17px;
	font-size: 16px;
}
#dropdown, #dropdown ul {
	list-style: none;
}
#dropdown ul li {
	padding: 3px;
}
#dropdown ul li:hover {
	background: #ececec;
}
.arrow {
	display: block;
	background: #476c7a url('/files/vermontattorneystitle/i/arrow.gif') left top no-repeat;
	width: 27px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	margin: 0; padding: 0;
	text-indent: -9000em;
	outline: none;
	cursor: pointer;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

* html .arrow { height: 27px; }