/* cityDrop Document */

.cityDrop {
	float:left;
	width:138px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	background-image: url(../kimages/bgSer3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}
.cityDrop UL {
	padding:0;
	margin:0;
	list-style-type:none; 
	z-index:999999;
}
.cityDrop UL LI {
	float:left; 
	position:relative; 	padding:0;
	margin:0; z-index:999999;
}
.cityDrop UL LI.group {
	display:block; 
	text-indent:10px; 
	background:#a45b5b; 
	color:#ff0;
	padding:4px 0;
	
}

.cityDrop UL LI A, .cityDrop UL LI A:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#666;
	line-height:25px;
	height:25px;
	width:100px;
	font-size:12px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	}

.cityDrop UL LI:hover {
	width:auto;
}

.cityDrop UL LI A:hover {color:#FF6B00;}

.cityDrop UL LI:hover A {color:#FF6B00; }

.cityDrop UL LI UL {
	display: none;
	margin-left:5px;
	}
.cityDrop table {
	margin:0; 
	
	border-collapse:collapse; 
	position:absolute; 
	top:0; 
	left:0;
	}

/* specific to non IE browsers */
.cityDrop UL LI:hover UL {
	display:block; 
	position:absolute;
	top:22px; 
	background:#3f0000; 
	margin-top:0px; 
	left:0; 
	width:247px; 
}

.cityDrop UL LI:hover UL.scroller {
	height:60px;
	width:120px;
	overflow:auto;
	border-left:1px solid #999;
	border-bottom:1px solid #999;

	}

.cityDrop UL LI:hover UL LI UL {
	display: none;
}
.cityDrop UL LI:hover UL LI A {
	display:block;
	background:#fff;
	color:#999;
	height:auto;
	line-height:15px;
	width:102px;
	border-bottom:1px solid #E5E5E5;
	font-size:11px;
	font-weight:normal;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	
	
}
.cityDrop UL LI:hover UL LI A.drop {
	background:#888;
}
.cityDrop UL LI:hover UL LI A:hover {
	color:#333; 
	background: #E5E5E5;
}
.cityDrop UL LI:hover UL LI:hover UL {
	display:block; 
	position:absolute; 
	left:153px; 
	top:-70px; 
	color:#000; 
	left:152px; 
	height:138px; 
	width:302px; 
	overflow:auto; 
	background:#888;
}
.cityDrop UL LI:hover UL LI:hover UL LI A {background:#888;}
.cityDrop UL LI:hover UL LI:hover UL LI.group {
	width:272px; 
	padding:5px 0;
	}


.cityDrop UL LI:hover UL LI:hover UL.left {
	left:-272px;
}
.cityDrop UL LI:hover UL LI:hover UL LI A:hover {
	background:#666; 
	color:#0ff;
	}



/* specific to IE5.5 and IE6 browsers */
.cityDrop UL LI A:hover UL {
	display:block;
	position:absolute;
	top:30px; 
	t\op:24px; 
	background:#fff;
	left:0; 
	marg\in-top:1px;
}
.cityDrop UL LI A:hover UL.scroller {
	height:138px; 
	overflow:auto;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
		}

.cityDrop UL LI A:hover UL LI A {
	display:block; 
	background:#fff; 
	color:#999;
	height:1px; 
	line-height:15px; 
	padding:4px 16px; 
	width:242px; 
	w\idth:213px;
	border-bottom:1px solid #E5E5E5;
	font-size:12px;
	font-weight:normal;
}
/* feb29 */

.cityDrop ul li a:hover ul.endstop {
left: -90px;
}

.cityDrop ul li a:hover ul li a.drop {
background:#333; padding-bottom:5px;
}
.cityDrop ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.cityDrop ul li a:hover ul li a:hover {
color:#0ff; background: #666;
}


/* */
.cityDrop UL LI A:hover UL LI A:hover {
	color:#333; 
	background: #3f0000;
	}

.left {clear:both;}
