ul.newList * {
	margin:0;
	padding:0;
}
ul.newList {
	margin:0; 
	padding:0; 
	list-style:none; 
	color:#494949; 
	width:274px; 
	position:absolute;  
	top:20px; 
	left:0; 
	overflow:auto; 
	z-index:9999;
	border-top:1px solid #CED6D9;
}

.newListSelected {
	font-size:12px;
	width:266px; 
	color:#494949; 
	height:23px; 
	padding-left:10px;
	padding-top:7px;
	float:left; 
	background:url(/upload/1/images/interfaccia/jquery_select/OfficeNowDropdown_270x29.gif) no-repeat;
}

.newListSelected span {
	width:266px;
	display:block;
}

ul.newList li {
	padding:3px;
	padding-left:8px;
	background:#F3F3F3; 
	border:1px solid #CED6D9;
	border-top:0px;
}

.selectedTxt {
	width:266px;
	overflow:hidden;
	height:16px;
}

.newListHover,
.hiLite {
	cursor:default;
	color: #ECBB37 !important;
	background-color:#FFFFFF !important;
}

.newListSelHover, 
.newListSelFocus {
	cursor:default;
}

.newListOptionTitle {
	font-weight:bold;
}
.newListOptionTitle ul {
	margin:3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal;
}
