/********** select STYLE ********/
ul.adv-select {
	width: 209px !important;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #CC0000;
	border-top: none;
	position: absolute;
	z-index: 9999;
	cursor: default;
	display: none;
	top:20px;
	left:0
}

ul.adv-select li {
	-moz-user-adv-select: none;
	padding: 3px 0 3px 5px;
	_padding: 0 0 0 5px; /* IE ... */
	color: #000;
	font: 12px Arial;
	background: #fff;
	text-decoration: none;
	cursor: default;
	text-transform:capitalize
}

ul.adv-select li.adv-selected {
	background: #fff;
}

a.adv-select {
	display: block;
	width: 211px !important;
	height: 20px;
	background: url(adv-select.jpg) no-repeat left 0;
	font: 12px Arial;
	text-decoration: none;
	cursor: default;
	color: #000;
	float:left;
	text-transform:capitalize
}

a.adv-select div {
	padding: 2px 0 4px 0;
	height: 20px;
	_height: 19px;  /* IE ... */
	overflow: hidden;
	margin-left: 7px;
	-moz-user-adv-select: none;
}

a.adv-select div * { font: 12px Arial; color: #000; }


