div#menu {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
}

div#menu ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

div#menu ul li {
    display: inline;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 10pt;
}

div#menu ul a {
    text-decoration: none;
    color: black;
}

div#menu ul a img {
    border: 0px;
}

/*
 * old code... delete
div.menu_button_left {
    background: url("/images/drop_down_tab_left.png") bottom left no-repeat;
    display: inline;
    padding-left: 28px;
    padding-bottom: 5px;
}

div.menu_button_right {
    background: url("/images/drop_down_tab_right.png") bottom right no-repeat;
    display: inline;
    padding-right: 28px;
    padding-bottom: 5px;
}

span.menu_button_center {
    background: url("/images/drop_down_tab_center.png") bottom repeat-x;
    padding-bottom: 5px;
}
*/
