#button
{
        width: 99%;

        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Verdana, Arial, sans-serif;
        font-size : 12px;
        background-color: #F4C31A;
        color: #22BC22;
        align: left;
}

#button ul
{
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}

#button li
{
        border-bottom: 1px solid #4e4e4e;
        margin: 0;
        list-style: none;
        list-style-image: none;
}

#button li a
{
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        background-color: #2C3A42;
        color: #FFFFFF;
        text-decoration: none;
        width: 100%;
}

html>body #button li a
{
        width: auto;
}

#button li a:hover
{
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        background-color: #4e4e4e;
        color: #D74949;
}

#button li #active
{
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        background-color: #4e4e4e;
        color: #fff;
}

