.finder .cityselector { cursor: pointer; }

.finder .submenus { padding-top:25px; }

.finder .submenus ul.allcities
{
	background-color: #fff;
}

.finder .submenus ul.allcars
{
	background-color: #fff;
}

.finder .submenus ul
{
	width:195px;
	background-image: none;
	padding: 1px 0;
	font-size: 0;
	z-index:2;
	position:absolute;
	margin-top:-3px;
}

.finder .submenus ul li
{
	display: block;
	border-bottom: solid 1px #e2e2e2;
	padding-left: 10px;
	padding-right: 10px;
}

.finder .submenus ul li a
{
	display: block;
	height: 21px;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
	font-weight: normal;
	color:#666;
	line-height:19px;
	font-size:12px;
	white-space: nowrap;
}

.finder .submenus ul li.last a
{
	border-bottom: 0;
}
