div#menubar
{
    position:           fixed;
    left:               0px;
    top:                0px;
    width:              100%;
    overflow:           auto;
}

table#menubar
{
    width:              900px;
    height:             60px !important;
    color:              #fc1; /* golden yellow */
    background-color:   transparent;
    /*border-collapse:    collapse;*/
    border:             0px;
    margin-top:         8px;
    margin-bottom:      0px;
    margin-left:        auto;
    margin-right:       auto;
    padding:            0px;
    background:         url(../img/neck-bg.png);  
    background-repeat:  no-repeat;
}
table#menubar td
{
    font-size:              12pt;
    font-family:            sans-serif;
    font-variant:           small-caps;
    font-weight:            bolder;
    letter-spacing:         2px;
    vertical-align:         middle;
    border:                 0;
    margin:                 0px;
    padding:                0px 0px 6px 0px; /* adjust the bottom padding to avoid the shadow area */
    border-radius:          60px;
    -moz-border-radius:     60px;
    -webkit-border-radius:  60px;
    background-color:       transparent;
}
/*table#menubar td.left   { background: url(../img/menubar-left.png);   background-repeat: repeat-x; width: 25px !important; }
table#menubar td.center { background: url(../img/menubar-center.png); background-repeat: repeat-x; width: auto !important; }
table#menubar td.right  { background: url(../img/menubar-right.png);  background-repeat: repeat-x; width: 25px !important; }*/
td.center img
{
    border:         0;
    vertical-align: middle;
    z-index:        100;
}
td.center a:link    { color: #fe8; background-color: transparent; text-decoration: none; }
td.center a:visited { color: #fe8; background-color: transparent; text-decoration: none; }
td.center a:hover   { color: #fe8; background-color: transparent; text-decoration: none; }
td.center a:active  { color: #fe8; background-color: transparent; text-decoration: none; }
td.center a:focus   { color: #fe8; background-color: transparent; text-decoration: none; }

