td.button {

        font-family: Arial, Verdana, Helvetica, sans-serif;

        FONT-SIZE: 16px;
        font-weight: bold; 
        background-color: #ffffcc;

        color: #006331;

        }



#button {

        width: 110px;

        border-right: 1px solid #ffffcc;

        padding: 0 0 5px 0;

        margin-bottom: 5px;

        font-family: Arial, Verdana, Helvetica, sans-serif;

        FONT-SIZE: 16px;
        font-weight: bold; 
        background-color: #ffffcc;

        color: #006331;

        }

#button ul {

                list-style: none;

                margin: 0;

                padding: 0;

                border: none;

                }

                
        
#button li {

                border-bottom: 0px solid #ffffcc;

		border-top: 5px solid #ffffcc;

                margin: 0;

                }


		#button li a {

                display: block;

                padding: 5px 5px 5px 5px;

                border-left: 5px solid #ffffcc;

                border-right: 5px solid #ffffcc;

                background-color: #ffffcc;

                color: #006331;

                text-decoration: none;

                width: 100%;


                }


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


#button li a:hover {

                border-left: 5px solid #006331;

		border-right: 5px solid #ffffcc;

		border-bottom: 0px solid #ffffcc;
                background-color: #ffcc66;

                color: #006331;

                }
