.dropdown_menu {
	position: absolute;
	display: inline;
	border: 1px solid white;
	width: 200px;
	min-height: 20px;
	top: -5px;
}

.dropdown_menu:hover {
	border: 1px solid silver;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/select_arrow.gif);

}

.dropdown_menu div {
	margin-top: 1px;
	background-color: white;
}