div.sexy {
    white-space: nowrap;
    height: 26px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 227px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 12px Verdana, Geneva, sans-serif;
    padding:0 3px;
    background:#fff url(img/text-bg.gif) repeat-x 0 0;
    border:none;
    height: 26px;
    line-height:26px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 200px;  

}

div.sexy div.icon {
    width:26px;
    height:26px;
    border: 0;
    background:transparent url(img/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    left: 200px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 26px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 223px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 26px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 160px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font:normal 14px Verdana, Geneva, 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;
	width: 100%;
	width: 200px;
	text-decoration: none;
    font:normal 14px  Verdana, Geneva, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 26px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}

div.sexy div.left {
    width:2px;
    height:26px;
    border: 0;
    background:transparent url(img/left.png) no-repeat 0 0;
    top:0px;
	left:-2px;
	position:absolute;
}
