/*==================================red curvy example====================================*/
ul.newList * {
	margin: 0;
	padding: 0;
}
ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	width: 160px;
	background: #fff;
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}
.newListSelected {
	color:#000000;
	float:right;
	height:25px;
	padding-bottom:0;
	padding-left:0;
	padding-right:10px;
	width:165px;
	background: url(http://www.crossknowledge.net/images/input_expert.png) no-repeat;
}
.newListSelected:hover {
}
.newListSelected span {
	width: 160px;
	display: block;
}
ul.newList li {
	padding: 3px 8px;
}

.selectedTxt {
	height:25px;
	line-height:25px;
	overflow:hidden;
	padding:0 0 0 5px;
	width:150px;
	vertical-align: middle;
}
.hiLite {
}
.newListHover {
	background: #ccc!important;
	color: #000!important;
	cursor: default;
}
.newListSelHover {
	cursor: default;
}
.newListOptionTitle {
	font-weight: bold;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}