/* CSS Document */
.drop{
	height:200px;
	display:block;
	overflow:hidden;
	

}
.drop-div{
	background:#fff; 
	border:#ddd solid 2px;
	font-size:10px;
	padding:3px;
	height:209px;
	width:214px;
	overflow:auto;
}
.drop-div ul{	 
	padding:0;
	margin:0;
	list-style:none;
}
.drop-div ul li{
	padding:2px 0;
	margin:0;
}
.drop-div ul li a{
	color:#666;
	text-decoration:none;
}
.drop-div ul li a:hover{
	color:#000;
	text-decoration:none;
}
.drop-div ul li.selected { 
background-color: #eee; 
cursor:pointer;
}
.drop-div ul strong.highlight { 
background-color: #FFF2C5; 
color: #000; 
margin:0;
padding:0;
}
#layer2{

 visibility: inherit;
 display: inline;
 margin: 0px;
 padding: 0px;
 
 text-align: left;
 vertical-align: top; clear: both;
 float: left;
 width:210px;
 height:210px; 
overflow:scroll;
}