.ndAjaxSelectContent ul {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 9pt;
    width: 45em;
}

.ndAjaxSelectContent li {
    list-style-type: none;
    display: inline;
    width: 15em;
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;

}

.ndAjaxSelectContent a {
    display: block;
    padding: 0.3em 0.7em 0.2em 0.7em;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.ndAjaxSelectContent a:hover {
    background: #dddddd;
}

