.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:120px;
	background-image: none;
	padding: 1px 0;
	font-size: 0;
	z-index:2;
	position:absolute;
	margin-top:-3px;
}

.finder .submenus ul li
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.finder .submenus ul li a
{
	display:block;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: normal;
	color:#666;
	line-height:19px;
	font-size:12px;
	white-space: nowrap;
	border-bottom: solid 1px #e2e2e2;
}

.finder .submenus ul li.last a
{
	border-bottom: 0;
}

.finder .submenus ul li .kz a {
	background:#00B1DD;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:1px;
	line-height:14px;
	height:15px;
	padding-top:1px;
margin:4px 0 2px 0;
}
