/* CSS Document */
#button {
        width: 12em;
        border-right: 0px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
        background-color: #ffcc00;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 5;
                padding: 1;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #ffcc00;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #ffcc00;
                border-right: 10px solid #ffcc00;
                background-color: #ffcc00;
                color: #000000;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #ff9900;
                border-right: 10px solid #ffcc00;
                background-color: #ffcc00;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #ff9900;
                border-right: 10px solid #ffcc00;
                background-color: #ffcc00;
                color: #fff;
                }

