
ul.newList * {margin:0; padding:0;}
ul.newList 
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	float: left;
	background-color:#283135;
	width:225px;
	background-position: 205px 21px;
	overflow:visible;
	z-index:9999;
}

.newListSelected {
	color: #607680;
	height:21px;
	padding-left:3px;
	float:left;
	background:url(../images/select-bg.jpg) no-repeat;
	line-height: 21px;
	width: 222px;
}
.newListSelected span {width:222px; display:block;}

ul.newList li {
}
.selectedTxt {width:200px; overflow:hidden; height:16px; padding:0 23px 0 0;}

.hiLite {background:#650101!important; color:#fff!important;}

.newListHover {background:#ccc!important; color:#000!important; cursor:default;}

.newListSelHover, .newListSelFocus {background-position:0 -21px; cursor:default;}

.newListOptionTitle {font-weight:bold;}

.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
