html* .job-functions div.sexy {
float:left;
    margin-right:90px;
	margin-top:-20px;
}

div.sexy {
    white-space: nowrap;
    height: 21px;
    border:#d8d7cd solid 3px;
    margin: 0;
    padding: 0;
    width: 153px;
	font-size:12px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 12px arial, helvetica, sans-serif;
	color:#3d83c4;
    padding:3px 3px;
    background:#fff;
    border:0px solid #B5B8C8;
    height: 15px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 129px;  

}

div.sexy div.icon {
    width:24px;
    height:21px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 0px solid #B5B8C8;
    top:0px;
    left: 129px; 

}


div.sexy div.list-wrapper {
    left: -3px;
    top: 21px;
    border: 1px solid #d8d7cd;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 166px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.sexy  li {
    padding-top: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.sexy li.active {
    background-color:#d8d7cd;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

div.sexy input.empty {
    color: gray;
}