
#menulist
{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B4C4E4;
    color: #454545;
    padding: 1px 1px 1px 1px;
    background: #F1F8ED;
}
#menulist A
{
    color: #090807;
    padding-right: 0px;
    padding-left: 3px;
    padding-bottom: 1px;
    margin: 10px;
    font: bold 11px/16px arial,helvetica,sans-serif;
    padding-top: 1px;
    white-space: nowrap;
}



#menulist A:hover
{
    color: #a00;
}



#menulist UL
{
    z-index: 500;
    line-height: 0.6em;
    top: auto;
    height: 0.6em;
}


#menulist LI
{
    line-height: 0.6em;
    height: 0.6em;
    top: auto;
}


#menulist TD
{
    top: auto;
}


