/* single select */
a.dropdown {
  display: block;
  width: 250px;
	z-index: 4000;
}
a.dropdown table {
	width: 100%;
}
a.dropdown td {
	/*height: 21px;*/
}
a.dropdown td.text {
	background: #00b5c8;
	text-align: center;
	color: #fff;
	height: 30px;
}
a.dropdown td.drop {
	background: #00b5c8 url('../img/dropdown_arrow.gif') no-repeat center center;
	cursor: default;
	text-align: center;
	padding: 0;
	width: 30px;
}
div.dropdown {
	background: #fff;
	border: 1px solid #00b5c8;
	float: left;
  width: 246px;
	overflow: auto;
	padding: 1px;
	margin-top: 1px;
}
div.dropdown table {
	width: 100%;
}
div.dropdown table td {
	background: #fff;
	color: #00b5c8;
	padding: 0px 8px;
	line-height: 30px;
}
div.dropdown td.selected {
	background: #00b5c8;
	color: #fff;
}
div.dropdown td.hover {
	background: #00b5c8;
	color: #fff;
}
