#ncpwrap {
	position: relative;
	width: 195px;
	line-height: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	left: 0;
	border: 2px solid #aaa;
	color: #333;
	font-family: Arial;
	background: transparent url('./down.png') 95% 5px no-repeat;
	z-index: 5;
}

.lst {
	border-bottom: 1px solid #555;
	font-size: 12px;
	line-height: 1.25em;
	color: #555;		
	width: 100%;	
}

.item {
	border: 0;
	padding: 0;
	margin: 0;
}

.item:hover {
	background-color: #f0f0f0;
}

.item a {
	text-decoration: none;
	color: #553333;
}

.ddcontent {
	left: 0px;
	height: 350px;
	width: 195px;
	top: 24px;
	visibility: hidden;
	overflow: scroll;
	position: absolute;
	border: 1px solid #aaa;
	z-index: 5;
	background-color: #e9e4d3;

}

.ddcontentvis {
	left: -2px;
	height: 350px;
	width: 195px;
	top: 24px;
	position: absolute;
	visibility: visible;
	overflow: auto;
	border: 2px solid #aaa;
	border-top: none;
	padding-top: 5px;
	z-index: 5;
	background-color: #e9e4d3;
}

span.clabel {
	font-size: 12px;
	margin-left: 10px;
}