#button
{
        width: 93%;

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

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

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

#button li a
{
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-bottom: 1px solid #808000;
        border-top: 1px solid #808000;
        border-right: 1px solid #808000;
        border-left: 1px solid #808000;
        background-color: #25251F;
        color: #fff;
        text-decoration: none;
        width: 100%;
}

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

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

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