.menutable
{
    background-color: transparent;
    border-width:     3px;
    border-color:     #FF0000;
    border-collapse:  collapse;

    margin-left:      auto;
    margin-right:     auto;
    margin-top:       auto;
    margin-bottom:    auto;
    padding:          0px;
    
    font-family:      tahoma;
    text-align:       left;
}

.menutable td
{
    border-width:     0px;
    text-align:       left;
    height:           25px;
    padding-left:     10px;
    padding-right:    10px;
    margin-left:      0px;
    
    border-top-width: 1px;
    border-top-color: #000000;
    border-top-style: ridge;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: ridge;
    
    background-image:  url(../images/menu/td.gif);
    background-repeat: x-repeat;
}

.menutable a
{
    color:            #B80000;
    text-decoration:  none;
    font-weight:      bold;
    font-size:        12px;
}

.menutable a:hover
{
    text-decoration:  underline;
}

