div.sexy {
	white-space: nowrap;
	height: 21px;
	border: 0;
	margin: 0;
	padding: 0;
}

div.sexy div.icon {
	width:17px;
	height:23px;
	border: 0;
	background: #FFF url(trigger.gif) center center no-repeat;
	cursor:pointer;
	left:161px;
	top:1px;
}
div.sexy div.icon:hover {
	background-color: rgb(223, 232, 246);
}
div.sexy div.list-wrapper {
	left: 0px;
	top: 0px;
	border: 1px solid #D9D9D9;
	background-color: #FFFFFF;
	margin: 0;
	position: absolute;
}

div.sexy div.list-wrapper-up {
	top: auto;
	bottom: 21px;
}

div.sexy ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 140px;
}

div.sexy  li {
	padding: 0;
	padding-left: 5px;
	font:normal 14px tahoma, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0;
}

div.sexy li.active {
	background-color: rgb(223, 232, 246);
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
	display: block;
	text-decoration: none;
	font:normal 14px tahoma, arial, helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
	margin: 0;	
	height: 20px;
	position: absolute;
}

div.sexy input.empty {
	color: gray;
}

a.to-highlight:hover {
	background-color: rgb(223, 232, 246);
}